summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/customshapeproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/customshapeproperties.hxx')
-rw-r--r--include/oox/drawingml/customshapeproperties.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/drawingml/customshapeproperties.hxx b/include/oox/drawingml/customshapeproperties.hxx
index 8e237b26956a..29d4ba2aca9a 100644
--- a/include/oox/drawingml/customshapeproperties.hxx
+++ b/include/oox/drawingml/customshapeproperties.hxx
@@ -172,8 +172,10 @@ private:
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();
@@ -181,6 +183,7 @@ private:
static void initializePresetsMap4();
static void initializePresetsMap5();
static void initializePresetsMap6();
+ static void initializePresetDataMap();
sal_Int32 mnArcNum;
};