summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-09-26 09:12:02 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-09-26 09:12:02 +0100
commit3d22598a193130c5bfb0b5f459359a0b66b4424e (patch)
treef40c7935e2ff667e02707990c7e4b12de103fadb /cui
parent90879a4bc82f2e23a076275ccdaf7cc4751f56f0 (diff)
more post colortable cleanup
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() )
{