summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewtab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/viewtab.cxx')
-rw-r--r--sw/source/uibase/uiview/viewtab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/viewtab.cxx b/sw/source/uibase/uiview/viewtab.cxx
index d996777be209..d6ba87cc6598 100644
--- a/sw/source/uibase/uiview/viewtab.cxx
+++ b/sw/source/uibase/uiview/viewtab.cxx
@@ -71,7 +71,7 @@ static void lcl_FillSvxColumn(const SwFormatCol& rCol,
{
const SwColumns& rCols = rCol.GetColumns();
- bool bOrtho = rCol.IsOrtho() && rCols.size();
+ bool bOrtho = rCol.IsOrtho() && !rCols.empty();
long nInnerWidth = 0;
if( bOrtho )
{