summaryrefslogtreecommitdiff
path: root/svl/source/items/globalnameitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/globalnameitem.cxx')
-rw-r--r--svl/source/items/globalnameitem.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/items/globalnameitem.cxx b/svl/source/items/globalnameitem.cxx
index 5e0ea2263b76..e0239a5e9aa8 100644
--- a/svl/source/items/globalnameitem.cxx
+++ b/svl/source/items/globalnameitem.cxx
@@ -37,7 +37,6 @@ SfxGlobalNameItem::SfxGlobalNameItem()
}
-
SfxGlobalNameItem::SfxGlobalNameItem( sal_uInt16 nW, const SvGlobalName& rName )
: SfxPoolItem( nW ),
m_aName( rName )
@@ -45,20 +44,17 @@ SfxGlobalNameItem::SfxGlobalNameItem( sal_uInt16 nW, const SvGlobalName& rName )
}
-
SfxGlobalNameItem::~SfxGlobalNameItem()
{
}
-
bool SfxGlobalNameItem::operator==( const SfxPoolItem& rItem ) const
{
return static_cast<const SfxGlobalNameItem&>(rItem).m_aName == m_aName;
}
-
SfxPoolItem* SfxGlobalNameItem::Clone(SfxItemPool *) const
{
return new SfxGlobalNameItem( *this );