diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-20 15:25:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 06:18:01 +0000 |
commit | f0ae4082ebe554146ac6fba9894cfe7d2978a4a0 (patch) | |
tree | 6c69f13adc753162bc8de31d4e939fcf002f7b49 /include/xmloff | |
parent | ece0ff48fafce28691321e17420ebc64b3175594 (diff) |
loplugin:expandablemethodds in include/xmloff
Change-Id: I6b1430220adaf240ef873ff908e3a767dfc278bf
Reviewed-on: https://gerrit.libreoffice.org/30106
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/prstylei.hxx | 1 | ||||
-rw-r--r-- | include/xmloff/txtparae.hxx | 4 | ||||
-rw-r--r-- | include/xmloff/xmlexp.hxx | 3 |
3 files changed, 0 insertions, 8 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx index 95a73574960c..57f451c79bb3 100644 --- a/include/xmloff/prstylei.hxx +++ b/include/xmloff/prstylei.hxx @@ -75,7 +75,6 @@ protected: static const OldFillStyleDefinitionSet& getStandardSet(); static const OldFillStyleDefinitionSet& getHeaderSet(); static const OldFillStyleDefinitionSet& getFooterSet(); - static const OldFillStyleDefinitionSet& getParaSet(); virtual void SetAttribute( sal_uInt16 nPrefixKey, const OUString& rLocalName, diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index c4f391ad3da3..1c4634287abd 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -218,10 +218,6 @@ public: return xTextPropMapper; } - const rtl::Reference < SvXMLExportPropertyMapper >& GetFramePropMapper() const - { - return xFramePropMapper; - } const rtl::Reference < SvXMLExportPropertyMapper >& GetAutoFramePropMapper() const { return xAutoFramePropMapper; diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index a8d85af62152..2c9ed6d20bc1 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -517,9 +517,6 @@ public: sal_Int32 nId, const css::uno::Sequence< OUString> & rMsgParams); - /** return current error flags (logical 'or' of all error flags so far) */ - SvXMLErrorFlags GetErrorFlags() { return mnErrorFlags; } - virtual void DisposingModel(); ::comphelper::UnoInterfaceToUniqueIdentifierMapper& getInterfaceToIdentifierMapper(); |