summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-11-08 11:40:23 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-11-16 16:52:43 +0100
commit9a5fe572823dc4f7a79384cec5eb58d8e508845a (patch)
tree7249a204a9b1b3ae855ac73486fa974986314096 /sw
parent9529e62a4886f3340ec69be6e6a49de597019a32 (diff)
Remove code commented out since February 2011
Change-Id: I4eec581ad83c8aceea8e853d2d19275f77029a68
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/fmtcol.hxx22
1 files changed, 0 insertions, 22 deletions
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