diff options
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r-- | extensions/source/propctrlr/standardcontrol.cxx | 4 |
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!"); |