summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh9.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh9.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh9.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/view/tabvwsh9.cxx b/sc/source/ui/view/tabvwsh9.cxx
index 72a38f273161..d6b7fd9341de 100644
--- a/sc/source/ui/view/tabvwsh9.cxx
+++ b/sc/source/ui/view/tabvwsh9.cxx
@@ -45,8 +45,6 @@ SvxIMapDlg* ScGetIMapDlg();
const void* ScIMapDlgGetObj( SvxIMapDlg* pDlg );
const ImageMap& ScIMapDlgGetMap( SvxIMapDlg* pDlg );
-
-
void ScTabViewShell::ExecChildWin(SfxRequest& rReq)
{
sal_uInt16 nSlot = rReq.GetSlot();
@@ -72,8 +70,6 @@ void ScTabViewShell::GetChildWinState( SfxItemSet& rSet )
}
}
-
-
void ScTabViewShell::ExecGallery( SfxRequest& rReq )
{
const SfxItemSet* pArgs = rReq.GetArgs();
@@ -106,15 +102,11 @@ void ScTabViewShell::GetGalleryState( SfxItemSet& /* rSet */ )
{
}
-
-
ScInputHandler* ScTabViewShell::GetInputHandler() const
{
return pInputHandler;
}
-
-
OUString ScTabViewShell::GetDescription() const
{
return OUString(" ** Test ** ");
@@ -235,6 +227,4 @@ void ScTabViewShell::GetImageMapState( SfxItemSet& rSet )
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */