summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2022-01-07 11:29:33 +0100
committerLuboš Luňák <l.lunak@collabora.com>2022-01-09 15:43:22 +0100
commit74a37dce322d56251edfa49e7b98a2195f8c8e45 (patch)
tree60412ef68dc590345969d21e3171a72bf89fecd6 /include/svx
parentafda77cd6565e53a356c0b0be93d708808079e49 (diff)
make SdrCustomShapeGeometryItem internal data consistent
The PutValue() function didn't update the property map properly the same way the constructor and other functions do. Change-Id: I107f7095077d888cd9701d87a6e536339b0257b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128104 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sdasitm.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx
index c02076bfb923..620e805b5813 100644
--- a/include/svx/sdasitm.hxx
+++ b/include/svx/sdasitm.hxx
@@ -48,6 +48,8 @@ private:
css::uno::Sequence< css::beans::PropertyValue > aPropSeq;
+ void SetPropSeq( const css::uno::Sequence< css::beans::PropertyValue >& rPropSeq );
+
public:
SdrCustomShapeGeometryItem();