From c52fbc04a9df0f2d894f11ef229d86dcf33edc7b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 8 Nov 2011 08:59:04 +0000 Subject: callcatcher: some unused methods --- editeng/inc/editeng/lcolitem.hxx | 1 - editeng/source/items/textitem.cxx | 7 ------- 2 files changed, 8 deletions(-) (limited to 'editeng') diff --git a/editeng/inc/editeng/lcolitem.hxx b/editeng/inc/editeng/lcolitem.hxx index f8561b93d184..5af82bc7a6f7 100644 --- a/editeng/inc/editeng/lcolitem.hxx +++ b/editeng/inc/editeng/lcolitem.hxx @@ -44,7 +44,6 @@ public: TYPEINFO(); SvxLineColorItem( const sal_uInt16 nId ); - SvxLineColorItem( const Color& aColor, const sal_uInt16 nId ); SvxLineColorItem( const SvxLineColorItem& rCopy ); ~SvxLineColorItem(); diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx index ba0d20b03e35..1fab9391d4be 100644 --- a/editeng/source/items/textitem.cxx +++ b/editeng/source/items/textitem.cxx @@ -2770,13 +2770,6 @@ SvxLineColorItem::SvxLineColorItem( const sal_uInt16 nId ) : // ----------------------------------------------------------------------- -SvxLineColorItem::SvxLineColorItem( const Color& rCol, const sal_uInt16 nId ) : - SvxColorItem( rCol, nId ) -{ -} - -// ----------------------------------------------------------------------- - SvxLineColorItem::SvxLineColorItem( const SvxLineColorItem &rCopy ) : SvxColorItem( rCopy ) { -- cgit