diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 11:45:25 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 11:45:25 +0200 |
commit | 8e3b6ac3249200da87d1bd4b7ef0c7e51b706dd6 (patch) | |
tree | 12bb0706707688f2e6143e0b8be08b46db382c66 /svtools | |
parent | e10b5bef6746338777cb350a87cf7aa5890c4809 (diff) | |
parent | 23207a4338732e755039eb7b627acdb566960e05 (diff) |
Merge commit 'ooo/OOO330_m10'
Conflicts:
vcl/unx/source/fontmanager/fontconfig.cxx
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/brwbox2.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx index cb3a2088c0e7..5691a9a07d22 100644 --- a/svtools/source/brwbox/brwbox2.cxx +++ b/svtools/source/brwbox/brwbox2.cxx @@ -611,13 +611,6 @@ void BrowseBox::Resize() if (IsZoom()) nSBSize = (ULONG)(nSBSize * (double)GetZoom()); - long nSize = pDataWin->GetPosPixel().Y(); - if( !getDataWindow()->bNoHScroll ) - nSize += aHScroll.GetSizePixel().Height(); - - if ( GetOutputSizePixel().Height() < nSize ) - return; - DoHideCursor( "Resize" ); USHORT nOldVisibleRows = (USHORT)(pDataWin->GetOutputSizePixel().Height() / GetDataRowHeight() + 1); |