summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-08 08:59:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-08 10:01:43 +0000
commitc52fbc04a9df0f2d894f11ef229d86dcf33edc7b (patch)
tree68dc41d7def52e8db4b96b64f79ce24e876c4712 /editeng
parent881a93d3ab969454d52de1af95004ff3fbd5918f (diff)
callcatcher: some unused methods
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng/lcolitem.hxx1
-rw-r--r--editeng/source/items/textitem.cxx7
2 files changed, 0 insertions, 8 deletions
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 )
{