summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-17 09:43:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-20 09:47:54 +0100
commit851dd68ec398c6dbe5adc4a1f4cb266acaf3ddd2 (patch)
treeecfd8091475d5b3892a06ec487fb73ac0dd8078e /extensions
parent71a8261afd4eda2ed064bda925f12e208e7f9a6e (diff)
adjust for modified singleton
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index c8217a734fae..75b61bda4195 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -693,9 +693,7 @@ namespace pcr
}
if ( !pColorTable )
- {
- pColorTable = XColorTable::GetStdColorTable();
- }
+ pColorTable = &XColorTable::GetStdColorTable();
DBG_ASSERT(pColorTable, "OColorControl::OColorControl: no color table!");