diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 15:00:07 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 15:00:07 +0000 |
commit | efd316ef75f409b46a487c2795bac0d3f2848ac1 (patch) | |
tree | a2754c900d4aff682dc83fe685f4b73e1f596d0d | |
parent | 64440263a65326044840c3ac036639b85fe1c60a (diff) |
INTEGRATION: CWS aw024 (1.50.34); FILE MERGED
2006/08/03 19:34:33 aw 1.50.34.5: RESYNC: (1.58-1.60); FILE MERGED
2006/05/13 00:09:43 aw 1.50.34.4: RESYNC: (1.52-1.58); FILE MERGED
2006/01/26 23:42:29 aw 1.50.34.3: RESYNC: (1.51-1.52); FILE MERGED
2005/09/20 03:59:11 aw 1.50.34.2: RESYNC: (1.50-1.51); FILE MERGED
2005/05/19 12:08:18 aw 1.50.34.1: #i39529#
-rw-r--r-- | sc/source/ui/view/tabvwsh4.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index 4b75e7c82d66..e3bb07e82a39 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tabvwsh4.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: kz $ $Date: 2006-07-21 15:13:13 $ + * last change: $Author: ihi $ $Date: 2006-11-14 16:00:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1955,6 +1955,9 @@ ScTabViewShell::ScTabViewShell( SfxViewFrame* pViewFrame, SvBorder aBorder; GetBorderSize( aBorder, Size() ); SetBorderPixel( aBorder ); + + // #114409# + MakeDrawLayer(); } #undef __INIT_ScTabViewShell |