summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh3.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh3.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index cabe51135f86..2b66df4b4800 100644
--- a/sc/source/ui/view/tabvwsh3.cxx
+++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -68,8 +68,6 @@
#include <boost/scoped_ptr.hpp>
-
-
/** Try to parse the given range using Calc-style syntax first, then
Excel-style if that fails. */
static sal_uInt16 lcl_ParseRange(ScRange& rScRange, const OUString& aAddress, ScDocument* pDoc, sal_uInt16 /* nSlot */)
@@ -767,8 +765,6 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
}
break;
-
-
case FID_TAB_SELECTALL:
SelectAllTables();
rReq.Done();
@@ -906,8 +902,6 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
}
break;
-
-
case FID_CHG_SHOW:
{
sal_uInt16 nId = ScHighlightChgDlgWrapper::GetChildWindowId();
@@ -1132,6 +1126,4 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
}
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */