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/scdll.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/scdll.hxx')
-rw-r--r-- | sc/inc/scdll.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx index 1d2304c2a0f2..a10c794b9c43 100644 --- a/sc/inc/scdll.hxx +++ b/sc/inc/scdll.hxx @@ -67,7 +67,6 @@ public: static void Init(); // called directly after loading the DLL static void Exit(); // called directly befor unloading the DLL -//UNUSED2008-05 static void FillStatusBar(StatusBar &rBar); static ULONG DetectFilter( SfxMedium& rMedium, const SfxFilter** ppFilter, SfxFilterFlags nMust, SfxFilterFlags nDont ); }; |