diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 09:29:26 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 09:29:26 +0000 |
commit | 42c3ab5416952ad33d192eb2dd4b9c8b2840e05b (patch) | |
tree | a6f9fcb8f53e0079b20c7734ea287b1d58ed7f57 /svx/inc | |
parent | 32f2b9ba3784c2ee6344884f3ac47475a183d8ac (diff) |
INTEGRATION: CWS aw019 (1.5.138); FILE MERGED
2004/10/18 19:19:45 aw 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED
2004/10/06 16:17:52 aw 1.5.138.1: #i34831#
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdr/contact/displayinfo.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/inc/svx/sdr/contact/displayinfo.hxx b/svx/inc/svx/sdr/contact/displayinfo.hxx index abb03fbebb39..fa8df4de140e 100644 --- a/svx/inc/svx/sdr/contact/displayinfo.hxx +++ b/svx/inc/svx/sdr/contact/displayinfo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: displayinfo.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-10-12 10:03:11 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 10:29:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ // predeclarations class SdrPageView; -class ExtOutputDevice; +class XOutputDevice; class SdrPaintInfoRec; class OutputDevice; class SdrPage; @@ -140,7 +140,7 @@ namespace sdr svtools::ColorConfig maColorConfig; // old stuff, for first compatible tests - ExtOutputDevice* mpExtOutputDevice; + XOutputDevice* mpExtOutputDevice; SdrPaintInfoRec* mpPaintInfoRec; // The root ViewObjectContact of the current visualisation. Set from @@ -214,8 +214,8 @@ namespace sdr const SetOfByte& GetProcessLayers() const; // access to ExtendedOutputDevice - void SetExtendedOutputDevice(ExtOutputDevice* pExtOut); - ExtOutputDevice* GetExtendedOutputDevice() const; + void SetExtendedOutputDevice(XOutputDevice* pExtOut); + XOutputDevice* GetExtendedOutputDevice() const; // access to PaintInfoRec void SetPaintInfoRec(SdrPaintInfoRec* pInfoRec); |