summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsa.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-06 11:26:48 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-06 11:26:48 +0000
commit5906ad8944b8c97f7acc3359e52af62a8f14abb6 (patch)
treebe25648881ddd6298c183c1b5130c6424869c65f /sd/source/ui/view/drviewsa.cxx
parente71e92ad4858873a221674c0022889ad827cafd4 (diff)
INTEGRATION: CWS docking1 (1.20.12); FILE MERGED
2004/06/23 15:17:15 mba 1.20.12.1: Provide document border size before resizing (needed for InPlace mode)
Diffstat (limited to 'sd/source/ui/view/drviewsa.cxx')
-rw-r--r--sd/source/ui/view/drviewsa.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 2c8cbc4aa04b..079e94d1d4da 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviewsa.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2004-07-05 16:27:16 $
+ * last change: $Author: obo $ $Date: 2004-07-06 12:26:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -686,6 +686,7 @@ void DrawViewShell::Construct(DrawDocShell* pDocSh, PageKind eInitialPageKind)
DestroyPolygons ();
pXPolygon = new XPolygon;
+ CreateBorder();
}