diff options
author | Justin Malcolm <malcolm.justin@gmail.com> | 2010-09-29 14:14:15 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-09-29 14:14:15 -0400 |
commit | 31018e35b1984aad1f01a389b1fd3428d52acf6e (patch) | |
tree | 80c65287ee3064cb5208daa0d78f1d97bc37c6ce /sc/inc/attrib.hxx | |
parent | da4c41c60b8224888486111c1bc01c813ff670c5 (diff) |
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/attrib.hxx')
-rw-r--r-- | sc/inc/attrib.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index 96a0529c48a1..67ac37bdc945 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -231,7 +231,6 @@ public: inline ScTableListItem( const USHORT nWhich ); ScTableListItem( const ScTableListItem& rCpy ); -//UNUSED2008-05 ScTableListItem( const USHORT nWhich, const List& rList ); ~ScTableListItem(); ScTableListItem& operator=( const ScTableListItem &rCpy ); @@ -245,9 +244,6 @@ public: const IntlWrapper* pIntl = 0 ) const; virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; -//UNUSED2009-05 BOOL GetTableList( List& aList ) const; -//UNUSED2009-05 void SetTableList( const List& aList ); - public: USHORT nCount; SCTAB* pTabArr; |