summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/view/drtxtob.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx
index 88dc2aeed1f1..35626c02c57b 100644
--- a/sd/source/ui/view/drtxtob.cxx
+++ b/sd/source/ui/view/drtxtob.cxx
@@ -449,7 +449,7 @@ void TextObjectBar::GetAttrState( SfxItemSet& rSet )
else
{
// paragraph spacing
- OutlinerView* pOLV = mpView ? mpView->GetTextEditOutlinerView() : NULL;
+ OutlinerView* pOLV = mpView->GetTextEditOutlinerView();
if( pOLV )
{
ESelection aSel = pOLV->GetSelection();