diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-08 08:59:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-08 10:01:43 +0000 |
commit | c52fbc04a9df0f2d894f11ef229d86dcf33edc7b (patch) | |
tree | 68dc41d7def52e8db4b96b64f79ce24e876c4712 /editeng/source | |
parent | 881a93d3ab969454d52de1af95004ff3fbd5918f (diff) |
callcatcher: some unused methods
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/items/textitem.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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 ) { |