diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:54:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 11:54:20 +0000 |
commit | 9e0c6b580bf296a0274b458a7b627aee4028dac8 (patch) | |
tree | 3378b87bcc1339c1602bf4567dae7ee5f8c33e9e /sc/source/ui/view/tabvwsh4.cxx | |
parent | 74624b43edf7173556bd1fb046a75957e1d01d29 (diff) |
INTEGRATION: CWS docking1 (1.38.18); FILE MERGED
2004/06/23 15:16:49 mba 1.38.18.1: Provide document border size before resizing (needed for InPlace mode)
Diffstat (limited to 'sc/source/ui/view/tabvwsh4.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh4.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index bdd440de386b..1660f058ab2b 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabvwsh4.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: obo $ $Date: 2004-06-04 12:07:38 $ + * last change: $Author: obo $ $Date: 2004-07-06 12:54:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1766,6 +1766,10 @@ void ScTabViewShell::Construct( BYTE nForceDesignMode ) // #105575#; update only in the first creation of the ViewShell pDocSh->SetUpdateEnabled(FALSE); + + SvBorder aBorder; + GetBorderSize( aBorder, Size() ); + SetBorderPixel( aBorder ); } //------------------------------------------------------------------ |