summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml/theme.hxx
diff options
context:
space:
mode:
authorMariana Marasoiu <mariana.marasoiu@gmail.com>2012-03-14 01:25:57 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-03-14 16:41:15 +0000
commit238944f008610d7faeab473c9b26ad04fc024429 (patch)
tree02d60f04282c0261f32c91794abb9f376f89bf02 /oox/inc/oox/drawingml/theme.hxx
parentf8c476f70c2315594dff38a5f36eb55673836080 (diff)
Remove unused code in drawingml/theme.
Diffstat (limited to 'oox/inc/oox/drawingml/theme.hxx')
-rw-r--r--oox/inc/oox/drawingml/theme.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/inc/oox/drawingml/theme.hxx b/oox/inc/oox/drawingml/theme.hxx
index d6dbb2c57312..b2a039d68527 100644
--- a/oox/inc/oox/drawingml/theme.hxx
+++ b/oox/inc/oox/drawingml/theme.hxx
@@ -76,8 +76,6 @@ public:
inline EffectStyleList& getEffectStyleList() { return maEffectStyleList; }
inline const EffectStyleList& getEffectStyleList() const { return maEffectStyleList; }
- /** Returns the effect properties of the passed one-based themed style index. */
- const PropertyMap* getEffectStyle( sal_Int32 nIndex ) const;
inline FontScheme& getFontScheme() { return maFontScheme; }
inline const FontScheme& getFontScheme() const { return maFontScheme; }