summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:59:10 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:59:10 +0000
commitd47c9400cba2e0360c6e5e742ad1f961bd56bc79 (patch)
tree8e0ddd52abfe4da7767bccc5d84dcc8244dca899 /starmath
parent228b63a540d2c31e39dc373fb411291abe89fd7c (diff)
INTEGRATION: CWS tl50 (1.38.92); FILE MERGED
2008/03/14 11:12:01 tl 1.38.92.1: #i85391# scrollbar problem fixed
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/edit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index 32e6bad563..84ee6713b3 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: edit.cxx,v $
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
* This file is part of OpenOffice.org.
*
@@ -513,7 +513,7 @@ IMPL_LINK( SmEditWindow, EditStatusHdl, EditStatus *, EMPTYARG /*pStat*/ )
return 1;
else
{
- SetScrollBarRanges();
+ Resize();
return 0;
}
}