summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-12-11 15:35:43 +0100
committerRadek Doulik <rodo@novell.com>2013-04-03 18:55:34 +0200
commitccab75a6b86072a28f943f14cef55b5f5fca3400 (patch)
tree51c9cbe8ad108f979c325e27e9a72b21c95f552d /oox/inc/oox/drawingml
parent29e1dbf5fa27880036471995ed223bd913a8f5e3 (diff)
use effect references
Change-Id: Ie0d295cd7db695f777071edcd9b792056ac783ef
Diffstat (limited to 'oox/inc/oox/drawingml')
-rw-r--r--oox/inc/oox/drawingml/theme.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/theme.hxx b/oox/inc/oox/drawingml/theme.hxx
index e7b103011215..12bb62be476c 100644
--- a/oox/inc/oox/drawingml/theme.hxx
+++ b/oox/inc/oox/drawingml/theme.hxx
@@ -37,7 +37,7 @@ const sal_Int32 THEMED_STYLE_INTENSE = 3;
typedef RefVector< FillProperties > FillStyleList;
typedef RefVector< LineProperties > LineStyleList;
-typedef RefVector< PropertyMap > EffectStyleList;
+typedef RefVector< EffectProperties > EffectStyleList;
typedef RefMap< sal_Int32, TextCharacterProperties > FontScheme;
// ============================================================================
@@ -68,6 +68,7 @@ public:
inline EffectStyleList& getEffectStyleList() { return maEffectStyleList; }
inline const EffectStyleList& getEffectStyleList() const { return maEffectStyleList; }
+ const EffectProperties* getEffectStyle( sal_Int32 nIndex ) const;
inline FontScheme& getFontScheme() { return maFontScheme; }
inline const FontScheme& getFontScheme() const { return maFontScheme; }