From ccab75a6b86072a28f943f14cef55b5f5fca3400 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Tue, 11 Dec 2012 15:35:43 +0100 Subject: use effect references Change-Id: Ie0d295cd7db695f777071edcd9b792056ac783ef --- oox/inc/oox/drawingml/theme.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oox/inc/oox/drawingml') 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; } -- cgit v1.2.3