diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-18 08:16:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-18 08:30:12 +0200 |
commit | 3168756d6e34e7dc86eacafd54905e5a527f2bb2 (patch) | |
tree | bf07256a3bae50c7aec622bc09c7fb924292d268 /include/oox | |
parent | 17196e613b61e4f5ae3b714006dd2f449c75188d (diff) |
Remove now unused oox::drawingml::CustomShapeProperties::PresetsMap
Change-Id: I25a713094089f4d6df9fbb3ce9e5015ea66eb34a
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/customshapeproperties.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/oox/drawingml/customshapeproperties.hxx b/include/oox/drawingml/customshapeproperties.hxx index 29d4ba2aca9a..06af820da0b2 100644 --- a/include/oox/drawingml/customshapeproperties.hxx +++ b/include/oox/drawingml/customshapeproperties.hxx @@ -171,18 +171,9 @@ private: bool mbMirroredY; sal_Int32 mnTextRotateAngle; - typedef boost::unordered_map< sal_Int32, CustomShapeProvider * > PresetsMap; typedef boost::unordered_map< sal_Int32, PropertyMap > PresetDataMap; - static PresetsMap maPresetsMap; static PresetDataMap maPresetDataMap; - static void initializePresetsMap(); - static void initializePresetsMap1(); - static void initializePresetsMap2(); - static void initializePresetsMap3(); - static void initializePresetsMap4(); - static void initializePresetsMap5(); - static void initializePresetsMap6(); static void initializePresetDataMap(); sal_Int32 mnArcNum; |