From ca510d64b4d27615fdabecb4dd146193cef48d8c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Sep 2022 12:21:19 +0200 Subject: loplugin:unusedmethods Change-Id: I94861f9fa8d8a5d22a89c902984ad2afed43dc14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139645 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/style/impastpl.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff') 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; -- cgit