summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/formlayerimport.hxx2
-rw-r--r--include/xmloff/namespacemap.hxx2
-rw-r--r--include/xmloff/txtimp.hxx1
3 files changed, 0 insertions, 5 deletions
diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx
index d9797f0757ec..8d10604f4ff5 100644
--- a/include/xmloff/formlayerimport.hxx
+++ b/include/xmloff/formlayerimport.hxx
@@ -69,8 +69,6 @@ namespace xmloff
SvXMLImport& _rImport,
sal_uInt16 _nPrefix,
const OUString& _rLocalName);
- static SvXMLImportContext* createOfficeFormsContext(
- SvXMLImport& _rImport);
/** create an SvXMLImportContext instance which is able to import the <form:form>
element.
diff --git a/include/xmloff/namespacemap.hxx b/include/xmloff/namespacemap.hxx
index 668bfd22745c..c9f4e71fd876 100644
--- a/include/xmloff/namespacemap.hxx
+++ b/include/xmloff/namespacemap.hxx
@@ -135,8 +135,6 @@ public:
/* deprecated */ const OUString& GetPrefixByIndex( sal_uInt16 nIdx ) const;
/* deprecated */ const OUString& GetNameByIndex( sal_uInt16 nIdx ) const;
/* deprecated */ OUString GetAttrNameByIndex( sal_uInt16 nIdx ) const;
-/* deprecated */ OUString GetQNameByIndex( sal_uInt16 nIdx,
- const OUString& rLocalName ) const;
sal_uInt16 GetKeyByAttrName( const OUString& rAttrName,
OUString *pPrefix,
OUString *pLocalName,
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx
index 4076d2db2da6..94d1d6580ab2 100644
--- a/include/xmloff/txtimp.hxx
+++ b/include/xmloff/txtimp.hxx
@@ -411,7 +411,6 @@ public:
const SvXMLTokenMap& GetTextNumberedParagraphAttrTokenMap();
const SvXMLTokenMap& GetTextListBlockAttrTokenMap();
const SvXMLTokenMap& GetTextListBlockElemTokenMap();
- const SvXMLTokenMap& GetTextFieldAttrTokenMap(); // impl: txtfldi.cxx
css::uno::Reference< css::text::XText > & GetText();
css::uno::Reference< css::text::XTextCursor > & GetCursor();