summaryrefslogtreecommitdiff
path: root/svl/source/items/sitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/sitem.cxx')
-rw-r--r--svl/source/items/sitem.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/source/items/sitem.cxx b/svl/source/items/sitem.cxx
index 9f5e23b97f77..79473821671f 100644
--- a/svl/source/items/sitem.cxx
+++ b/svl/source/items/sitem.cxx
@@ -29,7 +29,6 @@ SfxSetItem::SfxSetItem( sal_uInt16 which, const SfxItemSet &rSet) :
}
-
SfxSetItem::SfxSetItem( sal_uInt16 which, SfxItemSet *pS) :
SfxPoolItem(which),
pSet(pS)
@@ -38,7 +37,6 @@ SfxSetItem::SfxSetItem( sal_uInt16 which, SfxItemSet *pS) :
}
-
SfxSetItem::SfxSetItem( const SfxSetItem& rCopy, SfxItemPool *pPool ) :
SfxPoolItem(rCopy.Which()),
pSet(rCopy.pSet->Clone(true, pPool))
@@ -46,14 +44,12 @@ SfxSetItem::SfxSetItem( const SfxSetItem& rCopy, SfxItemPool *pPool ) :
}
-
SfxSetItem::~SfxSetItem()
{
delete pSet; pSet = nullptr;
}
-
bool SfxSetItem::operator==( const SfxPoolItem& rCmp) const
{
DBG_ASSERT( SfxPoolItem::operator==( rCmp ), "unequal type" );
@@ -61,7 +57,6 @@ bool SfxSetItem::operator==( const SfxPoolItem& rCmp) const
}
-
bool SfxSetItem::GetPresentation
(
SfxItemPresentation /*ePresentation*/,
@@ -75,7 +70,6 @@ bool SfxSetItem::GetPresentation
}
-
SvStream& SfxSetItem::Store(SvStream& rStream, sal_uInt16) const
{
GetItemSet().Store(rStream);