summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtfldi.hxx
diff options
context:
space:
mode:
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: */