From 4c2fcdee1949996c6f63d1f0645e5cb2edf8e00d Mon Sep 17 00:00:00 2001 From: Justin Malcolm Date: Tue, 28 Sep 2010 22:45:09 -0400 Subject: This gets rid of a great number of the comments There are a great number of places in calc where code is commented out with lines staring in "//UNUSED". Since 'git' is being used, there is no reason to keep old code like this in comments. --- sc/source/ui/unoobj/fmtuno.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sc/source/ui/unoobj/fmtuno.cxx') diff --git a/sc/source/ui/unoobj/fmtuno.cxx b/sc/source/ui/unoobj/fmtuno.cxx index 392533c7cf93..ee828136cf14 100644 --- a/sc/source/ui/unoobj/fmtuno.cxx +++ b/sc/source/ui/unoobj/fmtuno.cxx @@ -520,11 +520,6 @@ ScTableConditionalFormat* ScTableConditionalFormat::getImplementation( //------------------------------------------------------------------------ -//UNUSED2008-05 ScTableConditionalEntry::ScTableConditionalEntry() : -//UNUSED2008-05 pParent( NULL ) -//UNUSED2008-05 { -//UNUSED2008-05 } - ScTableConditionalEntry::ScTableConditionalEntry(ScTableConditionalFormat* pPar, const ScCondFormatEntryItem& aItem) : pParent( pPar ), -- cgit