summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 15:56:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-28 08:44:58 +0200
commita7acea766c7812614b95257e934648cdf737ca3f (patch)
tree334c852f8d0ca9121f650c9372d0fa38dec871ce /writerperfect
parent18c85f770bca04f71b03c4ca06da1a0488842512 (diff)
loplugin:unusedmethods
Change-Id: I64df1f467986b3d70c058adff289a6dd8f00fb20 Reviewed-on: https://gerrit.libreoffice.org/54821 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/writer/exp/txtstyli.cxx5
-rw-r--r--writerperfect/source/writer/exp/txtstyli.hxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/writerperfect/source/writer/exp/txtstyli.cxx b/writerperfect/source/writer/exp/txtstyli.cxx
index b8b7813e08ad..b8b84c03410c 100644
--- a/writerperfect/source/writer/exp/txtstyli.cxx
+++ b/writerperfect/source/writer/exp/txtstyli.cxx
@@ -388,11 +388,6 @@ librevenge::RVNGPropertyList& XMLStyleContext::GetPageLayoutPropertyList()
return m_aPageLayoutPropertyList;
}
-librevenge::RVNGPropertyList& XMLStyleContext::GetMasterPagePropertyList()
-{
- return m_aMasterPagePropertyList;
-}
-
} // namespace exp
} // namespace writerperfect
diff --git a/writerperfect/source/writer/exp/txtstyli.hxx b/writerperfect/source/writer/exp/txtstyli.hxx
index f72f9e60d769..c4ddc488899e 100644
--- a/writerperfect/source/writer/exp/txtstyli.hxx
+++ b/writerperfect/source/writer/exp/txtstyli.hxx
@@ -42,7 +42,6 @@ public:
librevenge::RVNGPropertyList& GetTablePropertyList();
librevenge::RVNGPropertyList& GetGraphicPropertyList();
librevenge::RVNGPropertyList& GetPageLayoutPropertyList();
- librevenge::RVNGPropertyList& GetMasterPagePropertyList();
private:
OUString m_aName;