diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-19 10:43:16 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 10:01:23 +0000 |
commit | e9af29ba8328cad918c5146e3cb1be0a72ebd791 (patch) | |
tree | bd90d8abd4bdcb3593410d845e0058745318a03f /xmloff/inc | |
parent | e94deb06391f516ee9c1fa019b3521e222a5615b (diff) |
loplugin:unusedmethods in writerfilter to xmloff
Change-Id: If95890eff0f785111e8b511ac1d5481c6910f099
Reviewed-on: https://gerrit.libreoffice.org/25148
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/StyleMap.hxx | 5 | ||||
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 19 |
2 files changed, 0 insertions, 24 deletions
diff --git a/xmloff/inc/StyleMap.hxx b/xmloff/inc/StyleMap.hxx index d11447d6ab0a..77bf1262b4d5 100644 --- a/xmloff/inc/StyleMap.hxx +++ b/xmloff/inc/StyleMap.hxx @@ -35,11 +35,6 @@ struct StyleNameKey_Impl m_aName( rName ) { } - - inline StyleNameKey_Impl() : - m_nFamily( 0 ) - { - } }; struct StyleNameHash_Impl diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 670e6d6c356c..04d1abe754d5 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -1339,25 +1339,6 @@ public: const css::uno::Reference<css::beans::XPropertySet> & xPropertySet) override; }; -class XMLCustomPropertyFieldImportContext : public XMLTextFieldImportContext -{ -public: - - XMLCustomPropertyFieldImportContext (SvXMLImport& rImport, - XMLTextImportHelper& rHlp, - sal_uInt16 nPrfx, - const OUString& sLocalName); - -protected: - /// process attribute values - virtual void ProcessAttribute( sal_uInt16 nAttrToken, - const OUString& sAttrValue ) override; - - /// prepare XTextField for insertion into document - virtual void PrepareField( - const css::uno::Reference<css::beans::XPropertySet> & xPropertySet) override; -}; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |