summaryrefslogtreecommitdiff
path: root/include/svx/sxelditm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sxelditm.hxx')
-rw-r--r--include/svx/sxelditm.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/sxelditm.hxx b/include/svx/sxelditm.hxx
index 7fdf25d47e66..db37bcaaf4a4 100644
--- a/include/svx/sxelditm.hxx
+++ b/include/svx/sxelditm.hxx
@@ -27,6 +27,10 @@ class SdrEdgeLineDeltaAnzItem: public SfxUInt16Item {
public:
SdrEdgeLineDeltaAnzItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,nVal) {}
SdrEdgeLineDeltaAnzItem(SvStream& rIn): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,rIn) {}
+ virtual SfxPoolItem* Clone(SfxItemPool*) const override
+ {
+ return new SdrEdgeLineDeltaAnzItem(*this);
+ }
};
inline SdrMetricItem makeSdrEdgeLine1DeltaItem(long nVal) {