[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/source

Jan Holesovsky kendy at collabora.com
Tue Mar 13 16:52:16 UTC 2018


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

New commits:
commit 588f9d5860dfc2ea71a037baf9419b92be2e98ec
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Mar 13 17:47:08 2018 +0100

    Fix build.
    
    Change-Id: Id81f080153070c205effe9dee86ed0363902924b
    Reviewed-on: https://gerrit.libreoffice.org/51234
    Reviewed-by: Marco Cecchetti <mrcekets at gmail.com>
    Tested-by: Marco Cecchetti <mrcekets at gmail.com>

diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index 5adf5a4bc52a..10b5bcca8b76 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -1720,7 +1720,7 @@ void ScGridWindow::DrawButtons(SCCOL nX1, SCCOL nX2, const ScTableInfo& rTabInfo
 
                             if ( bOtherListValButton && pRowInfo[nArrY].nRowNo == aOtherListValPos.Row() && pRowInfo[nArrY].bChanged )
                             {
-                                tools::Rectangle aRect = GetListValButtonRect( aOtherListValPos );
+                                Rectangle aRect = GetListValButtonRect( aOtherListValPos );
                                 aComboButton.SetPosPixel( aRect.TopLeft() );
                                 aComboButton.SetSizePixel( aRect.GetSize() );
                                 pContentDev->SetClipRegion(vcl::Region(aRect));


More information about the Libreoffice-commits mailing list