diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-03 22:25:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 09:36:26 +0100 |
commit | 4cb317df302272f55b46e8a0d02b036379f94ddd (patch) | |
tree | 1e2db88cafbe217737b22023d1fd710fba91d143 /xmloff/inc | |
parent | 7b812c921afcafabe0ff5e0c19143a6930b486cd (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/xmlimp.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/inc/xmloff/xmlimp.hxx b/xmloff/inc/xmloff/xmlimp.hxx index 02b90a5103f5..69cbe1fe310d 100644 --- a/xmloff/inc/xmloff/xmlimp.hxx +++ b/xmloff/inc/xmloff/xmlimp.hxx @@ -344,11 +344,9 @@ public: XMLFontStylesContext *GetFontDecls(); SvXMLStylesContext *GetStyles(); SvXMLStylesContext *GetAutoStyles(); - SvXMLStylesContext *GetMasterStyles(); const XMLFontStylesContext *GetFontDecls() const; const SvXMLStylesContext *GetStyles() const; const SvXMLStylesContext *GetAutoStyles() const; - const SvXMLStylesContext *GetMasterStyles() const; sal_uInt16 getImportFlags() const { return mnImportFlags; } sal_Bool IsFormsSupported() const { return mbIsFormsSupported; } |