summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/content.hxx
diff options
context:
space:
mode:
authorJustin Malcolm <malcolm.justin@gmail.com>2010-09-28 22:45:09 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-28 22:45:09 -0400
commit4c2fcdee1949996c6f63d1f0645e5cb2edf8e00d (patch)
tree09149b91a47819d5a0626a600833b7ac819db626 /sc/source/ui/inc/content.hxx
parentc062dad9b1d937a975354ceee75b7f16b756c2d2 (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/content.hxx')
-rw-r--r--sc/source/ui/inc/content.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx
index b7d4d292c406..658378387416 100644
--- a/sc/source/ui/inc/content.hxx
+++ b/sc/source/ui/inc/content.hxx
@@ -110,7 +110,6 @@ class ScContentTree : public SvTreeListBox
ULONG GetChildIndex( SvLBoxEntry* pEntry ) const;
void DoDrag();
-//UNUSED2008-05 void AdjustTitle();
ScDocument* GetSourceDocument();