From a3eaf5d08b5a0a0a2caa2df0f0f44e7235dc6f7e Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Thu, 4 Nov 2010 01:06:10 +0200 Subject: Commented code fragments, meaningless and bogus comments removed. --- sw/inc/chpfld.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sw/inc/chpfld.hxx') 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; -- cgit