diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-23 21:06:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-23 21:21:38 +0000 |
commit | 67a6bfb1f1cc255a1850795469f7f2aa0cfdb6d0 (patch) | |
tree | d1128bf4349cea9961cc02b9effa6674338e872e /include/svx/sxcecitm.hxx | |
parent | eb0da37545a5c56017cf7fc73e71acb0ff078036 (diff) |
crashtesting: fdo30583-1 hits the Clone ugly tree all the way down
Change-Id: I091c3a61a28275e090975016908e3b25c7506fba
Diffstat (limited to 'include/svx/sxcecitm.hxx')
-rw-r--r-- | include/svx/sxcecitm.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/sxcecitm.hxx b/include/svx/sxcecitm.hxx index 94e37516226c..7ad22466fea6 100644 --- a/include/svx/sxcecitm.hxx +++ b/include/svx/sxcecitm.hxx @@ -83,6 +83,10 @@ class SdrCaptionEscAbsItem: public SdrMetricItem { public: SdrCaptionEscAbsItem(long nEscAbs=0): SdrMetricItem(SDRATTR_CAPTIONESCABS,nEscAbs) {} SdrCaptionEscAbsItem(SvStream& rIn) : SdrMetricItem(SDRATTR_CAPTIONESCABS,rIn) {} + virtual SfxPoolItem* Clone(SfxItemPool*) const override + { + return new SdrCaptionEscAbsItem(*this); + } }; #endif |