summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh2.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh2.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/view/tabvwsh2.cxx b/sc/source/ui/view/tabvwsh2.cxx
index 7b6855398080..76ea68ec958f 100644
--- a/sc/source/ui/view/tabvwsh2.cxx
+++ b/sc/source/ui/view/tabvwsh2.cxx
@@ -49,8 +49,6 @@
#include <svx/svdpage.hxx>
#include <fuconcustomshape.hxx>
-
-
SdrView* ScTabViewShell::GetDrawView() const
{
return ((ScTabViewShell*)this)->GetScDrawView(); // GetScDrawView ist nicht-const
@@ -457,6 +455,4 @@ bool ScTabViewShell::SelectObject( const OUString& rName )
return bFound;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */