summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-10-08 08:00:07 +0200
committerobo <obo@openoffice.org>2010-10-08 08:00:07 +0200
commitb512077023a32c17592eb0648aa636047f35b912 (patch)
tree5ff81d82c8c8952267f743f958679f5aa5e22c16
parent36524b9df562caa67e885575a25acc3bcf19e081 (diff)
parente2d5174f0842375fdfe47377fad5506c473e412b (diff)
CWS-TOOLING: integrate CWS dba33j
-rw-r--r--svtools/source/brwbox/brwbox2.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx
index 68cf316e813b..53c2a5ac86f6 100644
--- a/svtools/source/brwbox/brwbox2.cxx
+++ b/svtools/source/brwbox/brwbox2.cxx
@@ -613,13 +613,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);