summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 08:35:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 09:57:38 +0000
commit5a5731cd0587553f21b2cee2a99db9f527396406 (patch)
tree4c688d48943c0dd9582ca4631e04ef0da0d018b2 /include/canvas
parentd24bc6089c13413e5d702f5606de0b8573a14f20 (diff)
loplugin:expandablemethodds in include/basic..comphelper
Change-Id: I1aa9c12e8839325a9fd98530abc89a3d586ff62e Reviewed-on: https://gerrit.libreoffice.org/30120 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/propertysethelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/canvas/propertysethelper.hxx b/include/canvas/propertysethelper.hxx
index 09ca973604a5..472bb1d922ae 100644
--- a/include/canvas/propertysethelper.hxx
+++ b/include/canvas/propertysethelper.hxx
@@ -123,10 +123,6 @@ namespace canvas
*/
bool isPropertyName( const OUString& aPropertyName ) const;
- /** Request the currently active map
- */
- const InputMap& getPropertyMap() const { return maMapEntries; }
-
// XPropertySet implementation
css::uno::Reference< css::beans::XPropertySetInfo > getPropertySetInfo() const;
void setPropertyValue( const OUString& aPropertyName,