summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-09-08 12:21:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-08 15:31:14 +0200
commitca510d64b4d27615fdabecb4dd146193cef48d8c (patch)
tree1ba119b8bc054720d8e8a65a47dabd4926074cf4 /xmloff
parent75fcdffdcb1be4bab1f7e7c015ccf05ceef9d700 (diff)
loplugin:unusedmethods
Change-Id: I94861f9fa8d8a5d22a89c902984ad2afed43dc14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139645 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/impastpl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index b8740f137df2..7cbb89817132 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -86,7 +86,6 @@ public:
const OUString& GetParent() const { return msParent; }
- PropertiesListType& GetPropertiesList() { return m_PropertiesList; }
const PropertiesListType& GetPropertiesList() const { return m_PropertiesList; }
bool operator< (const XMLAutoStylePoolParent& rOther) const;