diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:41:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:41:00 +0000 |
commit | 447045da55e1d62f818ff89ed8c8a606c5694215 (patch) | |
tree | 461e2ad1db4b4dffc96e55c940370a7235290f28 /svx | |
parent | f1d9b61f9e12f906aeefc433a8d5acbdb9fb8ae1 (diff) |
INTEGRATION: CWS aw013 (1.3.68); FILE MERGED
2004/06/11 16:10:24 aw 1.3.68.1: #114389#, #114394#
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofgraphic.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx index b9620b2ef538..30f93d831c89 100644 --- a/svx/source/sdr/contact/viewcontactofgraphic.cxx +++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewcontactofgraphic.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-05-10 14:30:58 $ + * last change: $Author: rt $ $Date: 2004-07-12 14:41:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -296,7 +296,7 @@ namespace sdr if(rGrafObj.HasText()) { // force only text paint at SdrObject - rGrafObj.SdrTextObj::DoPaintObject_Wrapper( + rGrafObj.SdrTextObj::DoPaintObject( *rDisplayInfo.GetExtendedOutputDevice(), *rDisplayInfo.GetPaintInfoRec()); bRetval = sal_True; @@ -380,7 +380,7 @@ namespace sdr if(rGrafObj.HasText()) { // force only text paint at SdrObject - rGrafObj.SdrTextObj::DoPaintObject_Wrapper( + rGrafObj.SdrTextObj::DoPaintObject( *rDisplayInfo.GetExtendedOutputDevice(), *rDisplayInfo.GetPaintInfoRec()); bRetval = sal_True; |