summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/cellsh.cxx')
-rw-r--r--sc/source/ui/view/cellsh.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx
index 253cf2c26045..87038194612b 100644
--- a/sc/source/ui/view/cellsh.cxx
+++ b/sc/source/ui/view/cellsh.cxx
@@ -57,8 +57,6 @@
#include "clipparam.hxx"
#include "markdata.hxx"
-
-
#define ScCellShell
#define CellMovement
#include "scslots.hxx"
@@ -102,8 +100,6 @@ ScCellShell::~ScCellShell()
delete pImpl;
}
-
-
void ScCellShell::GetBlockState( SfxItemSet& rSet )
{
ScTabViewShell* pTabViewShell = GetViewData()->GetViewShell();
@@ -1068,6 +1064,4 @@ void ScCellShell::GetState(SfxItemSet &rSet)
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */