summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
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/view/tabview5.cxx
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/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index f0ac3fc42869..c19efabad2f3 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -406,14 +406,6 @@ BOOL ScTabView::IsDrawTextEdit() const
return FALSE;
}
-//UNUSED2008-05 String ScTabView::GetSelectedChartName() const
-//UNUSED2008-05 {
-//UNUSED2008-05 if (pDrawView)
-//UNUSED2008-05 return pDrawView->GetSelectedChartName();
-//UNUSED2008-05 else
-//UNUSED2008-05 return EMPTY_STRING;
-//UNUSED2008-05 }
-
SvxZoomType ScTabView::GetZoomType() const
{
return aViewData.GetZoomType();