summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/customshapepresetdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/customshapepresetdata.cxx')
-rw-r--r--oox/source/drawingml/customshapepresetdata.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/customshapepresetdata.cxx b/oox/source/drawingml/customshapepresetdata.cxx
index f5bc9633a5e3..94d29f7ae87d 100644
--- a/oox/source/drawingml/customshapepresetdata.cxx
+++ b/oox/source/drawingml/customshapepresetdata.cxx
@@ -733,7 +733,7 @@ void CustomShapeProperties::initializePresetDataMap()
if (bFirst)
bFirst = false;
else
- maPresetDataMap[StaticTokenMap::get().getTokenFromUnicode(aName)] = aPropertyMap;
+ maPresetDataMap[TokenMap::getTokenFromUnicode(aName)] = aPropertyMap;
aName = OUString::fromUtf8(aLine.copy(strlen(aCommentPrefix), aLine.getLength() - strlen(aCommentPrefix) - strlen(" */")));
}
else
@@ -837,7 +837,7 @@ void CustomShapeProperties::initializePresetDataMap()
}
bNotDone = aStream.ReadLine(aLine);
}
- maPresetDataMap[StaticTokenMap::get().getTokenFromUnicode(aName)] = aPropertyMap;
+ maPresetDataMap[TokenMap::getTokenFromUnicode(aName)] = aPropertyMap;
}
}