summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index d663ffc13512..98d62e95eab8 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -288,7 +288,7 @@ SvxBorderTabPage::SvxBorderTabPage( Window* pParent,
pColorTable = ( (SvxColorListItem*)pItem )->GetColorList();
}
- DBG_ASSERT( pColorTable, "ColorTable not found!" );
+ DBG_ASSERT( pColorTable.is(), "ColorTable not found!" );
if ( pColorTable.is() )
{