[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 29 06:42:37 PDT 2012


 sc/source/ui/view/tabview3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e6d1f061c4c61bde3035270ddc76dace0fbdf96
Author: Noel Power <noel.power at suse.com>
Date:   Wed Aug 29 12:41:25 2012 +0100

    don't cover cell with hint window fix for fdo#47595
    
    Change-Id: Iedbe5238deb7ed011423ef211e7fb1e498d27387

diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 307f048..ba93fea 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -545,7 +545,7 @@ Point calcHintWindowPosition(
     {
         // Right margin is good enough.
         Point aPos = rCellPos;
-        aPos.X() += nMargin;
+        aPos.X() += nMargin + rCellSize.Width();
         aPos.Y() = 0;
         return aPos;
     }


More information about the Libreoffice-commits mailing list