summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-12 11:34:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-12 16:54:19 +0100
commitd9f0e8db9aa9e914e22f07c046c74f0c83c6e81a (patch)
tree99d7fb6805111ae841501557cf699a0af973cf13 /include/xmloff
parent392d219b30d6e6e3e636673ed6aa528811356cd2 (diff)
loplugin:unusedmethods
Change-Id: I90d402a5c18ab16424a042bcea1470fa8a3a5839 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105629 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 &lt;form:form&gt;
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();