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, 0 insertions, 1 deletions
diff --git a/include/svx/sxelditm.hxx b/include/svx/sxelditm.hxx
index b27e9c117ea5..16ff9b22f01f 100644
--- a/include/svx/sxelditm.hxx
+++ b/include/svx/sxelditm.hxx
@@ -26,7 +26,6 @@
class SdrEdgeLineDeltaCountItem: public SfxUInt16Item {
public:
SdrEdgeLineDeltaCountItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,nVal) {}
- SdrEdgeLineDeltaCountItem(SvStream& rIn): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,rIn) {}
virtual SfxPoolItem* Clone(SfxItemPool*) const override
{
return new SdrEdgeLineDeltaCountItem(*this);