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/expfld.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sw/inc/expfld.hxx') diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx index 8ad32b06ab70..34ab59ce71da 100644 --- a/sw/inc/expfld.hxx +++ b/sw/inc/expfld.hxx @@ -161,7 +161,6 @@ class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType { String sName; const SwNode* pOutlChgNd; -// sal_Unicode cDelim; String sDelim; USHORT nType; BYTE nLevel; @@ -193,8 +192,6 @@ public: String MakeSeqName( USHORT nSeqNo ); // Seqencefelder ggfs. Kapitelweise numerieren -// sal_Unicode GetDelimiter() const { return cDelim; } -// void SetDelimiter( sal_Unicode c ) { cDelim = c; } const String& GetDelimiter() const { return sDelim; } void SetDelimiter( const String& s ) { sDelim = s; } BYTE GetOutlineLvl() const { return nLevel; } @@ -396,11 +393,6 @@ public: }; -// MSC will den hier nicht -//typedef void (SwField:: *FnScanFormel)( const SwTable&, String&, -// String&, String* = 0, void* = 0 ); - - class SwTblField : public SwValueField, public SwTableFormula { String sExpand; -- cgit