diff options
author | Justin Malcolm <malcolm.justin@gmail.com> | 2010-09-28 22:45:09 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-09-28 22:45:09 -0400 |
commit | 4c2fcdee1949996c6f63d1f0645e5cb2edf8e00d (patch) | |
tree | 09149b91a47819d5a0626a600833b7ac819db626 /sc/source/ui/inc/lbseldlg.hxx | |
parent | c062dad9b1d937a975354ceee75b7f16b756c2d2 (diff) |
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.
Diffstat (limited to 'sc/source/ui/inc/lbseldlg.hxx')
-rw-r--r-- | sc/source/ui/inc/lbseldlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/lbseldlg.hxx b/sc/source/ui/inc/lbseldlg.hxx index fa288c609070..306949ccc053 100644 --- a/sc/source/ui/inc/lbseldlg.hxx +++ b/sc/source/ui/inc/lbseldlg.hxx @@ -61,7 +61,6 @@ public: ~ScSelEntryDlg(); String GetSelectEntry() const; -//UNUSED2008-05 USHORT GetSelectEntryPos() const; }; |