summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-02-24 19:59:41 +0100
committerEike Rathke <erack@redhat.com>2017-02-24 20:12:49 +0100
commit6db32fab2ecdf94bbbfc8efdb10a105aaf3a0fbc (patch)
tree858264ba7f55baab2530f67c0bf7635db2c4f6d5 /sc
parenta14efb9b2c9d0235c5cac1879068a02b25da9b31 (diff)
adapt comment to reality
The code now does what the original questioning comment suggested. Change-Id: I359c99a30d2e6822fe9164bb9f903876095c9f6f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/tabview4.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview4.cxx b/sc/source/ui/view/tabview4.cxx
index 89fe6d9df41b..b93fab31f717 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();