From 9a5fe572823dc4f7a79384cec5eb58d8e508845a Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sat, 8 Nov 2014 11:40:23 +0100 Subject: Remove code commented out since February 2011 Change-Id: I4eec581ad83c8aceea8e853d2d19275f77029a68 --- sw/inc/fmtcol.hxx | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'sw') diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx index ce8a5bfc2afd..d04ee7395186 100644 --- a/sw/inc/fmtcol.hxx +++ b/sw/inc/fmtcol.hxx @@ -132,28 +132,6 @@ public: } bool AreListLevelIndentsApplicable() const; - -/* - Is the functionality of character styles at paragraph styles needed? - If so, a second Attset for char-attributes has to be created - in TextNode and here in TxtCollection in order to make both - the inheritance of and the access to set attributes function correctly! - - virtual sal_Bool SetDerivedFrom( SwFmtColl* pDerFrom = 0 ); - - inline SwCharFmt* GetCharFmt() const; - inline sal_Bool IsCharFmtSet() const; - void SetCharFmt(SwCharFmt *); - void ResetCharFmt(); - inline sal_Bool SwTxtFmtColl::IsCharFmtSet() const - { - return aCharDepend.GetRegisteredIn() ? sal_True : sal_False; - } - inline SwCharFmt* SwTxtFmtColl::GetCharFmt() const - { - return (SwCharFmt*)aCharDepend.GetRegisteredIn(); - } -*/ }; class SwGrfFmtColl: public SwFmtColl -- cgit