summaryrefslogtreecommitdiff
path: root/include/svx/sxelditm.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-22 21:01:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-22 21:02:27 +0000
commitfae2fa55709f359847dc0e1099d6578c840f2748 (patch)
tree1123bb89b0eeb285254931b65ac01992079386e2 /include/svx/sxelditm.hxx
parent0c54f1978f0e95ca0e88e326a6ef52b10ee2f343 (diff)
crashtesting: fdo72067-2.odp missing SdrEdgeLineDeltaAnzItem::Clone
Change-Id: I6dea8c690d07b670358f8488c6be83ec49c8ee43
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) {