diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 09:34:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 09:36:26 +0100 |
commit | 0a3c6b958f6fc184d3f3783ba6511de864a7b8ff (patch) | |
tree | a6b5c97bb6ff1b7fb4d03cd1501b038d3fdc6d06 /editeng/source/items/textitem.cxx | |
parent | c9fa7eef2f42f4c16dafe25c379d71c1d65a451e (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'editeng/source/items/textitem.cxx')
-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 f4f03f739130..e8a77cbb0336 100644 --- a/editeng/source/items/textitem.cxx +++ b/editeng/source/items/textitem.cxx @@ -2779,13 +2779,6 @@ SvxLineColorItem::SvxLineColorItem( const Color& rCol, const sal_uInt16 nId ) : // ----------------------------------------------------------------------- -SvxLineColorItem::SvxLineColorItem( SvStream &rStrm, const sal_uInt16 nId ) : - SvxColorItem( rStrm, nId ) -{ -} - -// ----------------------------------------------------------------------- - SvxLineColorItem::SvxLineColorItem( const SvxLineColorItem &rCopy ) : SvxColorItem( rCopy ) { |