Kaydet (Commit) fae2fa55 authored tarafından Caolán McNamara's avatar Caolán McNamara

crashtesting: fdo72067-2.odp missing SdrEdgeLineDeltaAnzItem::Clone

Change-Id: I6dea8c690d07b670358f8488c6be83ec49c8ee43
üst 0c54f197
...@@ -27,6 +27,10 @@ class SdrEdgeLineDeltaAnzItem: public SfxUInt16Item { ...@@ -27,6 +27,10 @@ class SdrEdgeLineDeltaAnzItem: public SfxUInt16Item {
public: public:
SdrEdgeLineDeltaAnzItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,nVal) {} SdrEdgeLineDeltaAnzItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,nVal) {}
SdrEdgeLineDeltaAnzItem(SvStream& rIn): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,rIn) {} SdrEdgeLineDeltaAnzItem(SvStream& rIn): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,rIn) {}
virtual SfxPoolItem* Clone(SfxItemPool*) const override
{
return new SdrEdgeLineDeltaAnzItem(*this);
}
}; };
inline SdrMetricItem makeSdrEdgeLine1DeltaItem(long nVal) { inline SdrMetricItem makeSdrEdgeLine1DeltaItem(long nVal) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment