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.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/sxelditm.hxx b/include/svx/sxelditm.hxx
index 27f7122eb5ec..570935012124 100644
--- a/include/svx/sxelditm.hxx
+++ b/include/svx/sxelditm.hxx
@@ -33,6 +33,7 @@ class SVX_DLLPUBLIC SdrEdgeLine1DeltaItem: public SdrMetricItem {
public:
SdrEdgeLine1DeltaItem(long nVal=0): SdrMetricItem(SDRATTR_EDGELINE1DELTA,nVal) {}
SdrEdgeLine1DeltaItem(SvStream& rIn): SdrMetricItem(SDRATTR_EDGELINE1DELTA,rIn) {}
+ virtual SfxPoolItem * Clone(SfxItemPool *) const SAL_OVERRIDE;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
};