summaryrefslogtreecommitdiff
path: root/include/svx/sdasitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdasitm.hxx')
-rw-r--r--include/svx/sdasitm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx
index c0c02897da5c..44bdfbc714d6 100644
--- a/include/svx/sdasitm.hxx
+++ b/include/svx/sdasitm.hxx
@@ -56,8 +56,8 @@ private:
SdrCustomShapeGeometryItem(SdrCustomShapeGeometryItem const &) = default;
SdrCustomShapeGeometryItem(SdrCustomShapeGeometryItem &&) = default;
- SdrCustomShapeGeometryItem & operator =(SdrCustomShapeGeometryItem const &) = default;
- SdrCustomShapeGeometryItem & operator =(SdrCustomShapeGeometryItem &&) = default;
+ SdrCustomShapeGeometryItem & operator =(SdrCustomShapeGeometryItem const &) = delete; // due to SfxPoolItem
+ SdrCustomShapeGeometryItem & operator =(SdrCustomShapeGeometryItem &&) = delete; // due to SfxPoolItem
virtual bool operator==( const SfxPoolItem& ) const override;
virtual bool GetPresentation(SfxItemPresentation ePresentation,