summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorJustin Malcolm <malcolm.justin@gmail.com>2010-09-29 14:14:15 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-29 14:14:15 -0400
commit31018e35b1984aad1f01a389b1fd3428d52acf6e (patch)
tree80c65287ee3064cb5208daa0d78f1d97bc37c6ce /sc/inc/attarray.hxx
parentRemoved some other UNUSED comment (diff)
downloadcore-31018e35b1984aad1f01a389b1fd3428d52acf6e.tar.gz
core-31018e35b1984aad1f01a389b1fd3428d52acf6e.zip
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)
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index c8bd4c330677..3d52a50dceb9 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -171,9 +171,6 @@ public:
BOOL IsEmpty() const;
-//UNUSED2008-05 SCROW GetFirstEntryPos() const;
-//UNUSED2008-05 SCROW GetLastEntryPos( BOOL bIncludeBottom ) const;
-
BOOL GetFirstVisibleAttr( SCROW& rFirstRow ) const;
BOOL GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
BOOL HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
@@ -192,8 +189,6 @@ public:
INT16 nStripFlags = 0 );
void DeleteHardAttr( SCROW nStartRow, SCROW nEndRow );
-
-//UNUSED2008-05 void ConvertFontsAfterLoad(); // old binary file format
};