summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );
}
/*************************************************************************