diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-04 01:06:10 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-08 12:56:35 +0000 |
commit | a3eaf5d08b5a0a0a2caa2df0f0f44e7235dc6f7e (patch) | |
tree | a282697d5da2542832fd5b24dd5977a4b7759ed0 /sw/inc/chpfld.hxx | |
parent | f1851b84abe2316e50d4f135e4a169c852821bfa (diff) |
Commented code fragments, meaningless and bogus comments removed.
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r-- | sw/inc/chpfld.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx index fe37e4c465a9..3b6244943eca 100644 --- a/sw/inc/chpfld.hxx +++ b/sw/inc/chpfld.hxx @@ -73,14 +73,10 @@ class SW_DLLPUBLIC SwChapterField : public SwField public: SwChapterField(SwChapterFieldType*, sal_uInt32 nFmt = 0); - // --> OD 2008-02-14 #i53420# -// void ChangeExpansion( const SwFrm*, -// const SwTxtNode*, -// BOOL bSrchNum = FALSE); + // #i53420# void ChangeExpansion( const SwFrm*, const SwCntntNode*, BOOL bSrchNum = FALSE); - // <-- void ChangeExpansion(const SwTxtNode &rNd, BOOL bSrchNum); virtual String Expand() const; |