summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drawview.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 15:16:14 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 15:16:14 +0000
commit9cb92ad3d5ba8102b638e533687249409d01fea8 (patch)
tree1ed8be628216ab7001dfd95331ad13187ce11fdb /sd/source/ui/view/drawview.cxx
parent636dd64874983eca4a92d880156e9d0110e82fa6 (diff)
INTEGRATION: CWS impress15 (1.32.8); FILE MERGED
2004/10/15 16:01:06 bm 1.32.8.1: #i32689# default for guide lines to front is FALSE
Diffstat (limited to 'sd/source/ui/view/drawview.cxx')
-rw-r--r--sd/source/ui/view/drawview.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index 993dda7f94f9..5685545ce235 100644
--- a/sd/source/ui/view/drawview.cxx
+++ b/sd/source/ui/view/drawview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawview.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 18:42:02 $
+ * last change: $Author: obo $ $Date: 2004-11-16 16:16:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -208,6 +208,9 @@ DrawView::DrawView (
bActionMode(TRUE)
{
SetCurrentObj(OBJ_RECT, SdrInventor);
+ // #i32689#
+ // method of SdrPaintView
+ SetHlplFront( FALSE );
}
/*************************************************************************