Kaydet (Commit) 588f9d58 authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Marco Cecchetti

Fix build.

Change-Id: Id81f080153070c205effe9dee86ed0363902924b
Reviewed-on: https://gerrit.libreoffice.org/51234Reviewed-by: 's avatarMarco Cecchetti <mrcekets@gmail.com>
Tested-by: 's avatarMarco Cecchetti <mrcekets@gmail.com>
üst 983bf5a4
...@@ -1720,7 +1720,7 @@ void ScGridWindow::DrawButtons(SCCOL nX1, SCCOL nX2, const ScTableInfo& rTabInfo ...@@ -1720,7 +1720,7 @@ void ScGridWindow::DrawButtons(SCCOL nX1, SCCOL nX2, const ScTableInfo& rTabInfo
if ( bOtherListValButton && pRowInfo[nArrY].nRowNo == aOtherListValPos.Row() && pRowInfo[nArrY].bChanged ) if ( bOtherListValButton && pRowInfo[nArrY].nRowNo == aOtherListValPos.Row() && pRowInfo[nArrY].bChanged )
{ {
tools::Rectangle aRect = GetListValButtonRect( aOtherListValPos ); Rectangle aRect = GetListValButtonRect( aOtherListValPos );
aComboButton.SetPosPixel( aRect.TopLeft() ); aComboButton.SetPosPixel( aRect.TopLeft() );
aComboButton.SetSizePixel( aRect.GetSize() ); aComboButton.SetSizePixel( aRect.GetSize() );
pContentDev->SetClipRegion(vcl::Region(aRect)); pContentDev->SetClipRegion(vcl::Region(aRect));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment