[Libreoffice-commits] core.git: sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 10 10:25:22 UTC 2020


 sc/source/ui/inc/tabview.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f9ab2fbe2909beb084d7cfc04724f6b081d6f186
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 3 14:23:52 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Feb 10 11:24:57 2020 +0100

    Removed old comment
    
    Change-Id: I88a20c74ed0644c87b9f93bd918e4bde5a2cb40e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87872
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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; }


More information about the Libreoffice-commits mailing list