summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-29 08:45:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-29 16:15:04 +0200
commitb25e82b903135421fbcfff646bc92e03cce366b7 (patch)
tree5bb0b53ae075bb7b17e2dd61ca3491aae7fa64f2 /include/xmloff
parent9814c1f2edf56ecc0f31001db9234ef335488879 (diff)
loplugin:unusedmethods
Change-Id: I2be47d2faf883b519f693e2d5ad58a5ab111849f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101629 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/txtimp.hxx1
-rw-r--r--include/xmloff/xmlimppr.hxx12
-rw-r--r--include/xmloff/xmlnumfi.hxx2
-rw-r--r--include/xmloff/xmlnumi.hxx8
-rw-r--r--include/xmloff/xmlstyle.hxx2
5 files changed, 0 insertions, 25 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx
index 4258c4b73bfb..1dbe504a2b09 100644
--- a/include/xmloff/txtimp.hxx
+++ b/include/xmloff/txtimp.hxx
@@ -418,7 +418,6 @@ public:
SvXMLTokenMap const& GetTextFrameAttrTokenMap();
SvXMLTokenMap const& GetTextContourAttrTokenMap();
SvXMLTokenMap const& GetTextHyperlinkAttrTokenMap();
- SvXMLTokenMap const& GetTextMasterPageElemTokenMap();
const SvXMLTokenMap& GetTextNumberedParagraphAttrTokenMap();
const SvXMLTokenMap& GetTextListBlockAttrTokenMap();
diff --git a/include/xmloff/xmlimppr.hxx b/include/xmloff/xmlimppr.hxx
index 2b8594597de4..a8c91a2ba5b4 100644
--- a/include/xmloff/xmlimppr.hxx
+++ b/include/xmloff/xmlimppr.hxx
@@ -92,18 +92,6 @@ public:
*/
void importXML(
::std::vector< XMLPropertyState >& rProperties,
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
- const SvXMLUnitConverter& rUnitConverter,
- const SvXMLNamespaceMap& rNamespaceMap,
- sal_uInt32 nPropType,
- sal_Int32 nStartIdx, sal_Int32 nEndIdx ) const;
-
- /** fills the given itemset with the attributes in the given list
- * the map is only searched within the range
- * [nStartIdx, nEndIdx[
- */
- void importXML(
- ::std::vector< XMLPropertyState >& rProperties,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap,
diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx
index 2e0b258fd24c..e0f61cc1eec3 100644
--- a/include/xmloff/xmlnumfi.hxx
+++ b/include/xmloff/xmlnumfi.hxx
@@ -89,7 +89,6 @@ public:
SvXMLNumImpData* getData() { return pData.get(); }
- const SvXMLTokenMap& GetStylesElemTokenMap();
LanguageType GetLanguageForKey(sal_Int32 nKey);
// sal_uInt32 GetKeyForName( const OUString& rName );
@@ -170,7 +169,6 @@ public:
sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override;
virtual void CreateAndInsert(bool bOverwrite) override;
- SvXMLNumImpData* GetData() const { return pData; }
sal_Int32 GetKey();
sal_Int32 CreateAndInsert( SvNumberFormatter* pFormatter );
sal_Int32 CreateAndInsert( css::uno::Reference< css::util::XNumberFormatsSupplier > const & xFormatsSupplier );
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx
index baafeeac81ec..b1a7391acea2 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -49,14 +49,6 @@ class XMLOFF_DLLPUBLIC SvxXMLListStyleContext final
public:
-
- SvxXMLListStyleContext(
- SvXMLImport& rImport,
- sal_uInt16 nPrfx,
- const OUString& rLName,
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
- bool bOutl = false );
-
SvxXMLListStyleContext(
SvXMLImport& rImport,
sal_Int32 nElement,
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx
index 8ec4887bf364..4fdfcec0ebbe 100644
--- a/include/xmloff/xmlstyle.hxx
+++ b/include/xmloff/xmlstyle.hxx
@@ -176,8 +176,6 @@ class XMLOFF_DLLPUBLIC SvXMLStylesContext : public SvXMLImportContext
mutable rtl::Reference < SvXMLImportPropertyMapper > mxChartImpPropMapper;
mutable rtl::Reference < SvXMLImportPropertyMapper > mxPageImpPropMapper;
- SAL_DLLPRIVATE const SvXMLTokenMap& GetStyleStylesElemTokenMap();
-
SvXMLStylesContext(SvXMLStylesContext const &) = delete;
SvXMLStylesContext& operator =(SvXMLStylesContext const &) = delete;