From 31018e35b1984aad1f01a389b1fd3428d52acf6e Mon Sep 17 00:00:00 2001 From: Justin Malcolm Date: Wed, 29 Sep 2010 14:14:15 -0400 Subject: I think that this eliminates the remaining //UNUSED comments There were still some of these comments (actually, a lot of them). The most recent attachment should get rid of the last of them. (fd#30442) --- sc/inc/markarr.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/markarr.hxx') diff --git a/sc/inc/markarr.hxx b/sc/inc/markarr.hxx index 78bb2a6bba3d..4fd6a835b61a 100644 --- a/sc/inc/markarr.hxx +++ b/sc/inc/markarr.hxx @@ -62,7 +62,6 @@ public: void CopyMarksTo( ScMarkArray& rDestMarkArray ) const; BOOL Search( SCROW nRow, SCSIZE& nIndex ) const; -//UNUSED2009-05 void DeleteArea(SCROW nStartRow, SCROW nEndRow); /// Including current row, may return -1 if bUp and not found SCsROW GetNextMarked( SCsROW nRow, BOOL bUp ) const; -- cgit