summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-26 09:46:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-26 09:46:40 +0200
commit90879a4bc82f2e23a076275ccdaf7cc4751f56f0 (patch)
treedf9aa217ed9e2745f603f1be32cc19b5f69765c8 /extensions
parentset product name and version (diff)
downloadcore-90879a4bc82f2e23a076275ccdaf7cc4751f56f0.tar.gz
core-90879a4bc82f2e23a076275ccdaf7cc4751f56f0.zip
Fixed DBG_ASSERT broken by recent commit.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 83d694da668f..0e57a86c1e47 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -697,7 +697,7 @@ namespace pcr
pColorList = XColorList::GetStdColorList();
- DBG_ASSERT(pColorList, "OColorControl::OColorControl: no color table!");
+ DBG_ASSERT(pColorList.is(), "OColorControl::OColorControl: no color table!");
if ( pColorList.is() )
{