diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 12:59:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 12:59:10 +0000 |
commit | a21cb49088950f5b9e147f1e3d2b016d15392b85 (patch) | |
tree | 6e6879586f4492f3c10342557455cc4979a6748c /starmath/source/edit.cxx | |
parent | 8ad1d284e3b5e15b3e1c6ba0a628c80b016eb934 (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/source/edit.cxx')
-rw-r--r-- | starmath/source/edit.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index f1c76a9d2de3..813cd03a3aff 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; } } |