summaryrefslogtreecommitdiff
path: root/include/svx/sdangitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdangitm.hxx')
-rw-r--r--include/svx/sdangitm.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sdangitm.hxx b/include/svx/sdangitm.hxx
index 84be72803f55..60d886bfe05e 100644
--- a/include/svx/sdangitm.hxx
+++ b/include/svx/sdangitm.hxx
@@ -27,7 +27,6 @@
class SVX_DLLPUBLIC SdrAngleItem: public SfxInt32Item {
public:
- SdrAngleItem(): SfxInt32Item() {}
SdrAngleItem(sal_uInt16 nId, sal_Int32 nAngle=0): SfxInt32Item(nId,nAngle) {}
SdrAngleItem(sal_uInt16 nId, SvStream& rIn): SfxInt32Item(nId,rIn) {}
virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override;