summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/docvw/SidebarWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/docvw/SidebarWin.cxx')
-rw-r--r--sw/source/core/uibase/docvw/SidebarWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/docvw/SidebarWin.cxx b/sw/source/core/uibase/docvw/SidebarWin.cxx
index 30905a0d79d5..1a7b6e67d5d2 100644
--- a/sw/source/core/uibase/docvw/SidebarWin.cxx
+++ b/sw/source/core/uibase/docvw/SidebarWin.cxx
@@ -693,7 +693,7 @@ void SwSidebarWin::SetPosAndSize()
DocView(),
mColorAnchor,
aAnnotationTextRanges,
- mpAnchor != NULL ? mpAnchor->getLineSolid() : false );
+ mpAnchor && mpAnchor->getLineSolid() );
}
}
else