summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpstyl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 16:41:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 10:36:25 +0000
commita62129aa632c2d574a6560efc19f9de84aed1670 (patch)
treefd600f38eda8ca2b7326c3d4e75c460cba6204bd /xmloff/source/draw/ximpstyl.hxx
parent8474e8260ad18cf83c79bd64a63e6344b4ce24d2 (diff)
loplugin:unusedmethods xmloff
Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe Reviewed-on: https://gerrit.libreoffice.org/17061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r--xmloff/source/draw/ximpstyl.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx
index b1a693811cfc..593ff1892fed 100644
--- a/xmloff/source/draw/ximpstyl.hxx
+++ b/xmloff/source/draw/ximpstyl.hxx
@@ -88,7 +88,6 @@ public:
sal_uInt16 nPrefix, const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
- const OUString& GetName() const { return msName; }
const SdXMLPageMasterStyleContext* GetPageMasterStyle() const { return mpPageMasterStyle; }
};
@@ -118,8 +117,6 @@ public:
virtual void EndElement() SAL_OVERRIDE;
- const OUString& GetPageMasterName() const { return msPageMasterName; }
- const OUString& GetEncodedName() const { return msName; }
const OUString& GetDisplayName() const { return msDisplayName; }
};
@@ -148,9 +145,6 @@ public:
const OUString& GetName() const { return msName; }
sal_Int32 GetX() const { return mnX; }
- sal_Int32 GetY() const { return mnY; }
- sal_Int32 GetWidth() const { return mnWidth; }
- sal_Int32 GetHeight() const { return mnHeight; }
};
typedef ::std::vector< SdXMLPresentationPlaceholderContext* > ImpPlaceholderList;
@@ -259,8 +253,6 @@ public:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
-
- const ImpMasterPageList& GetMasterPageList() const { return maMasterPageList; }
};
// <pres:header-decl>, <pres:footer-decl> and <pres:date-time-decl>