summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xecontent.cxx')
-rw-r--r--sc/source/filter/excel/xecontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index cfa6c5abc751..9f2c3641ace7 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -1431,7 +1431,7 @@ namespace {
const char* getIconSetName( ScIconSetType eType )
{
- ScIconSetMap* pMap = ScIconSetFormat::getIconSetMap();
+ const ScIconSetMap* pMap = ScIconSetFormat::g_IconSetMap;
for(; pMap->pName; ++pMap)
{
if(pMap->eType == eType)