summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-03 14:23:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-10 11:24:57 +0100
commitf9ab2fbe2909beb084d7cfc04724f6b081d6f186 (patch)
treeed46fcd0da9d31a0b2df6b73df2c0ba4a648b771
parent36dfe0d1ee81ae9a18fbcd4d34d49a3fbf513c03 (diff)
Removed old comment
Change-Id: I88a20c74ed0644c87b9f93bd918e4bde5a2cb40e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87872 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--sc/source/ui/inc/tabview.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx
index 82b46318235b..2f7939279b89 100644
--- a/sc/source/ui/inc/tabview.hxx
+++ b/sc/source/ui/inc/tabview.hxx
@@ -340,7 +340,6 @@ public:
bool SelMouseButtonDown( const MouseEvent& rMEvt );
ScDrawView* GetScDrawView() { return pDrawView.get(); }
- // against CLOKs
SdrView* GetSdrView() { return pDrawView.get(); }
bool IsMinimized() const { return bMinimized; }