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

New commits:
commit 588f9d5860dfc2ea71a037baf9419b92be2e98ec
Author: Jan Holesovsky <ke...@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 <mrcek...@gmail.com>
    Tested-by: Marco Cecchetti <mrcek...@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));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to