diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 08:35:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 09:57:38 +0000 |
commit | 5a5731cd0587553f21b2cee2a99db9f527396406 (patch) | |
tree | 4c688d48943c0dd9582ca4631e04ef0da0d018b2 /canvas/source | |
parent | d24bc6089c13413e5d702f5606de0b8573a14f20 (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 'canvas/source')
-rw-r--r-- | canvas/source/tools/propertysethelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/tools/propertysethelper.cxx b/canvas/source/tools/propertysethelper.cxx index ba8ade3b82db..7fdc153bb5cd 100644 --- a/canvas/source/tools/propertysethelper.cxx +++ b/canvas/source/tools/propertysethelper.cxx @@ -76,7 +76,7 @@ namespace canvas void PropertySetHelper::addProperties( const InputMap& rMap ) { - InputMap aMerged( getPropertyMap() ); + InputMap aMerged( maMapEntries ); aMerged.insert( aMerged.end(), rMap.begin(), rMap.end() ); |