summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-06 13:39:28 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-06 13:39:28 +0000
commit446528865e005a0524b7e2e498f8f4e3cf7d030d (patch)
tree85542ae37efc7c69b027d34f4e6b6b0ff36ade73 /svx
parentff94495ad6f939334cd988fc3fdf074095d2910e (diff)
INTEGRATION: CWS aw047_SRC680 (1.4.42.1.28); FILE MERGED
2007/03/05 12:23:30 fs 1.4.42.1.28.1: #i75095# positionControl(ForPaint): do a |ensureControl| first, else the drawing layer might decide to not draw control layers at all
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/viewcontactofunocontrol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/contact/viewcontactofunocontrol.cxx b/svx/source/sdr/contact/viewcontactofunocontrol.cxx
index cfcdfacd8d63..b1f449a8d0ab 100644
--- a/svx/source/sdr/contact/viewcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewcontactofunocontrol.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewcontactofunocontrol.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2007-01-22 15:14:50 $
+ * last change: $Author: obo $ $Date: 2007-03-06 14:39:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,7 +208,7 @@ namespace sdr { namespace contact {
// since the VCL window is not moved to the proper position.
// #i72694# / 2006-12-18 / frank.schoenheit@sun.com
const ViewObjectContactOfUnoControl& rVOC( dynamic_cast< const ViewObjectContactOfUnoControl& >( _rAssociatedVOC ) );
- rVOC.positionControl( _rDisplayInfo );
+ rVOC.positionControlForPaint( _rDisplayInfo );
return ViewContactOfSdrObj::ShouldPaintObject( _rDisplayInfo, _rAssociatedVOC );
}