[Libreoffice-commits] core.git: include/svx
Caolán McNamara
caolanm at redhat.com
Sun Nov 22 13:03:30 PST 2015
include/svx/sxelditm.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit fae2fa55709f359847dc0e1099d6578c840f2748
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Nov 22 21:01:19 2015 +0000
crashtesting: fdo72067-2.odp missing SdrEdgeLineDeltaAnzItem::Clone
Change-Id: I6dea8c690d07b670358f8488c6be83ec49c8ee43
diff --git a/include/svx/sxelditm.hxx b/include/svx/sxelditm.hxx
index 7fdf25d..db37bca 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) {
More information about the Libreoffice-commits
mailing list