diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:41:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:41:49 +0000 |
commit | 47ad1a035226ec2200e1e56176327884a11a1615 (patch) | |
tree | 2d3a4b314bc831f9e5df947a6cc971f38f3d21bf /svx/source | |
parent | 3bdc522408a15ed8e7a9b0f3f6c3ad9f995e3f24 (diff) |
INTEGRATION: CWS aw013 (1.6.68); FILE MERGED
2004/06/11 16:10:25 aw 1.6.68.1: #114389#, #114394#
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofsdrobj.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/contact/viewcontactofsdrobj.cxx b/svx/source/sdr/contact/viewcontactofsdrobj.cxx index 36b6be2a03a4..3a9e14f1f35c 100644 --- a/svx/source/sdr/contact/viewcontactofsdrobj.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrobj.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewcontactofsdrobj.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-05-10 14:31:23 $ + * last change: $Author: rt $ $Date: 2004-07-12 14:41:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -312,7 +312,7 @@ static sal_Bool bTestTheBitmapBufferedObjects(sal_False); else { // Paint the object. Just hand over to the old Paint() ATM. - GetSdrObject().DoPaintObject_Wrapper( + GetSdrObject().DoPaintObject( *rDisplayInfo.GetExtendedOutputDevice(), *rDisplayInfo.GetPaintInfoRec()); |