summaryrefslogtreecommitdiff
path: root/svx/source/items/SmartTagItem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/SmartTagItem.cxx')
-rw-r--r--svx/source/items/SmartTagItem.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/items/SmartTagItem.cxx b/svx/source/items/SmartTagItem.cxx
index cb9e351755b4..c81eacc88787 100644
--- a/svx/source/items/SmartTagItem.cxx
+++ b/svx/source/items/SmartTagItem.cxx
@@ -50,9 +50,6 @@ SvxSmartTagItem::SvxSmartTagItem( const sal_uInt16 nId,
}
-
-
-
bool SvxSmartTagItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const
{
rVal <<= comphelper::InitPropertySequence( {
@@ -74,7 +71,6 @@ bool SvxSmartTagItem::PutValue( const uno::Any& /*rVal*/, sal_uInt8 /* nMemberId
}
-
bool SvxSmartTagItem::operator==( const SfxPoolItem& rAttr ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unequal types" );
@@ -91,21 +87,18 @@ bool SvxSmartTagItem::operator==( const SfxPoolItem& rAttr ) const
}
-
SfxPoolItem* SvxSmartTagItem::Clone( SfxItemPool * ) const
{
return new SvxSmartTagItem( *this );
}
-
SvStream& SvxSmartTagItem::Store( SvStream& rStream, sal_uInt16 /*nItemVersion*/ ) const
{
return rStream;
}
-
SfxPoolItem* SvxSmartTagItem::Create(SvStream& , sal_uInt16) const
{
return nullptr;