diff options
Diffstat (limited to 'sd/source/ui/view/drtxtob.cxx')
-rw-r--r-- | sd/source/ui/view/drtxtob.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index bf4deae1094a..5a0f0334277a 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -282,7 +282,7 @@ void TextObjectBar::GetAttrState( SfxItemSet& rSet ) pOLV->CreateSelectionList(aSelList); Paragraph* pPara = aSelList.empty() ? nullptr : *(aSelList.begin()); - // find out if we are a OutlineView + // find out if we are an OutlineView bool bIsOutlineView(OutlinerMode::OutlineView == pOLV->GetOutliner()->GetMode()); // This is ONLY for OutlineViews |