summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwshh.cxx')
-rw-r--r--sc/source/ui/view/tabvwshh.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/view/tabvwshh.cxx b/sc/source/ui/view/tabvwshh.cxx
index 4be04c6e49ee..3853aad088f3 100644
--- a/sc/source/ui/view/tabvwshh.cxx
+++ b/sc/source/ui/view/tabvwshh.cxx
@@ -40,8 +40,6 @@
using namespace com::sun::star;
-
-
void ScTabViewShell::ExecuteSbx( SfxRequest& /* rReq */ )
{
// SID_RANGE_OFFSET (Offset),
@@ -53,8 +51,6 @@ void ScTabViewShell::GetSbxState( SfxItemSet& /* rSet */ )
// SID_RANGE_REGION (CurrentRegion) - removed (old Basic)
}
-
-
void ScTabViewShell::ExecuteObject( SfxRequest& rReq )
{
sal_uInt16 nSlotId = rReq.GetSlot();
@@ -274,6 +270,4 @@ bool ScTabViewShell::ExecuteRetypePassDlg(ScPasswordHash eDesiredHash)
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */