summaryrefslogtreecommitdiff
path: root/editeng/source/items/optitems.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/optitems.cxx')
-rw-r--r--editeng/source/items/optitems.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/editeng/source/items/optitems.cxx b/editeng/source/items/optitems.cxx
index 6677d8ea06a0..9feba60d5cda 100644
--- a/editeng/source/items/optitems.cxx
+++ b/editeng/source/items/optitems.cxx
@@ -42,7 +42,6 @@ SfxSpellCheckItem::SfxSpellCheckItem
}
-
SfxSpellCheckItem::SfxSpellCheckItem( const SfxSpellCheckItem& rItem ) :
SfxPoolItem( rItem ),
@@ -51,7 +50,6 @@ SfxSpellCheckItem::SfxSpellCheckItem( const SfxSpellCheckItem& rItem ) :
}
-
bool SfxSpellCheckItem::GetPresentation
(
SfxItemPresentation ,
@@ -65,14 +63,12 @@ bool SfxSpellCheckItem::GetPresentation
}
-
SfxPoolItem* SfxSpellCheckItem::Clone( SfxItemPool* ) const
{
return new SfxSpellCheckItem( *this );
}
-
bool SfxSpellCheckItem::operator==( const SfxPoolItem& rItem ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rItem), "unequal types" );
@@ -89,7 +85,6 @@ SfxHyphenRegionItem::SfxHyphenRegionItem( const sal_uInt16 nId ) :
}
-
SfxHyphenRegionItem::SfxHyphenRegionItem( const SfxHyphenRegionItem& rItem ) :
SfxPoolItem ( rItem ),
@@ -100,7 +95,6 @@ SfxHyphenRegionItem::SfxHyphenRegionItem( const SfxHyphenRegionItem& rItem ) :
}
-
bool SfxHyphenRegionItem::operator==( const SfxPoolItem& rAttr ) const
{
DBG_ASSERT( SfxPoolItem::operator==(rAttr), "unequal types" );
@@ -110,14 +104,12 @@ bool SfxHyphenRegionItem::operator==( const SfxPoolItem& rAttr ) const
}
-
SfxPoolItem* SfxHyphenRegionItem::Clone( SfxItemPool* ) const
{
return new SfxHyphenRegionItem( *this );
}
-
bool SfxHyphenRegionItem::GetPresentation
(
SfxItemPresentation /*ePres*/,
@@ -135,7 +127,6 @@ bool SfxHyphenRegionItem::GetPresentation
}
-
SfxPoolItem* SfxHyphenRegionItem::Create(SvStream& rStrm, sal_uInt16 ) const
{
sal_uInt8 _nMinLead, _nMinTrail;
@@ -147,7 +138,6 @@ SfxPoolItem* SfxHyphenRegionItem::Create(SvStream& rStrm, sal_uInt16 ) const
}
-
SvStream& SfxHyphenRegionItem::Store( SvStream& rStrm, sal_uInt16 ) const
{
rStrm.WriteUChar( GetMinLead() )