diff options
Diffstat (limited to 'include/svl/cintitem.hxx')
-rw-r--r-- | include/svl/cintitem.hxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/svl/cintitem.hxx b/include/svl/cintitem.hxx index 9b265179cd77..f8e1ea3f0fa3 100644 --- a/include/svl/cintitem.hxx +++ b/include/svl/cintitem.hxx @@ -33,10 +33,6 @@ public: CntByteItem(sal_uInt16 which, sal_uInt8 nTheValue): SfxPoolItem(which), m_nValue(nTheValue) {} - CntByteItem(const CntByteItem & rItem): - SfxPoolItem(rItem), m_nValue(rItem.m_nValue) - {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, @@ -80,10 +76,6 @@ public: CntUInt16Item(sal_uInt16 which, SvStream & rStream); - CntUInt16Item(const CntUInt16Item & rItem): - SfxPoolItem(rItem), m_nValue(rItem.m_nValue) - {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, @@ -127,10 +119,6 @@ public: CntInt32Item(sal_uInt16 which, SvStream & rStream); - CntInt32Item(const CntInt32Item & rItem): - SfxPoolItem(rItem), m_nValue(rItem.m_nValue) - {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, @@ -174,10 +162,6 @@ public: CntUInt32Item(sal_uInt16 nWhich, SvStream & rStream); - CntUInt32Item(const CntUInt32Item & rItem): - SfxPoolItem(rItem), m_nValue(rItem.m_nValue) - {} - virtual bool operator ==(const SfxPoolItem & rItem) const override; virtual bool GetPresentation(SfxItemPresentation, |