summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtfldi.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 10:43:16 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 10:01:23 +0000
commite9af29ba8328cad918c5146e3cb1be0a72ebd791 (patch)
treebd90d8abd4bdcb3593410d845e0058745318a03f /xmloff/inc/txtfldi.hxx
parente94deb06391f516ee9c1fa019b3521e222a5615b (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/txtfldi.hxx')
-rw-r--r--xmloff/inc/txtfldi.hxx19
1 files changed, 0 insertions, 19 deletions
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: */