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

Eike Rathke erack at redhat.com
Fri Feb 24 19:13:38 UTC 2017


 sc/source/ui/view/tabview4.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6db32fab2ecdf94bbbfc8efdb10a105aaf3a0fbc
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Feb 24 19:59:41 2017 +0100

    adapt comment to reality
    
    The code now does what the original questioning comment suggested.
    
    Change-Id: I359c99a30d2e6822fe9164bb9f903876095c9f6f

diff --git a/sc/source/ui/view/tabview4.cxx b/sc/source/ui/view/tabview4.cxx
index 89fe6d9..b93fab3 100644
--- a/sc/source/ui/view/tabview4.cxx
+++ b/sc/source/ui/view/tabview4.cxx
@@ -91,8 +91,7 @@ void ScTabView::ShowRefTip()
 
                 Rectangle aRect( pWin->OutputToScreenPixel( aPos ), Size(1,1) );
 
-                //! Test, ob geaendert ??
-
+                // Test if changed.
                 if (!nTipVisible || nFlags != nTipAlign || aRect != aTipRectangle || sTipString != aHelp || sTopParent != pWin)
                 {
                     HideTip();


More information about the Libreoffice-commits mailing list