diff options
Diffstat (limited to 'editeng/source/items')
-rw-r--r-- | editeng/source/items/textitem.cxx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx index a9d2777428e1..597086e3a4d7 100644 --- a/editeng/source/items/textitem.cxx +++ b/editeng/source/items/textitem.cxx @@ -83,7 +83,6 @@ #include <editeng/langitem.hxx> #include <editeng/nlbkitem.hxx> #include <editeng/nhypitem.hxx> -#include <editeng/lcolitem.hxx> #include <editeng/blinkitem.hxx> #include <editeng/emphasismarkitem.hxx> #include <editeng/twolinesitem.hxx> @@ -2522,39 +2521,6 @@ bool SvxNoHyphenItem::GetPresentation */ -// class SvxLineColorItem (== SvxColorItem) - - -SvxLineColorItem::SvxLineColorItem( const sal_uInt16 nId ) : - SvxColorItem( nId ) -{ -} - - -SvxLineColorItem::SvxLineColorItem( const SvxLineColorItem &rCopy ) : - SvxColorItem( rCopy ) -{ -} - - -SvxLineColorItem::~SvxLineColorItem() -{ -} - - -bool SvxLineColorItem::GetPresentation -( - SfxItemPresentation ePres, - MapUnit eCoreUnit, - MapUnit ePresUnit, - OUString& rText, - const IntlWrapper * pIntlWrapper -) const -{ - return SvxColorItem::GetPresentation( ePres, eCoreUnit, ePresUnit, - rText, pIntlWrapper ); -} - // class SvxBlinkItem ------------------------------------------------- |