summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-03-13 17:47:08 +0100
committerMarco Cecchetti <mrcekets@gmail.com>2018-03-13 17:51:55 +0100
commit588f9d5860dfc2ea71a037baf9419b92be2e98ec (patch)
tree5849826e16e665d1414ad0cc8bbce8b4ca9e3d47 /sc
parent983bf5a49297fcef8c45fcf3a95d87a8fc428072 (diff)
Fix build.
Change-Id: Id81f080153070c205effe9dee86ed0363902924b Reviewed-on: https://gerrit.libreoffice.org/51234 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/gridwin4.cxx2
1 files changed, 1 insertions, 1 deletions
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));