summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 10:06:17 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 10:06:17 +0000
commitab882d5c72ac2ece2940e1c8ab5c80f76c6c92ca (patch)
treeffda6b2bd9d9f613a1102e358a021ae2c86e2ab3 /svx
parent93dc7be37fd3689b4158cf636f7440966d9f5313 (diff)
INTEGRATION: CWS aw019 (1.3.426); FILE MERGED
2004/10/06 16:18:23 aw 1.3.426.1: #i34831#
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdtxhdl.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdtxhdl.hxx b/svx/source/svdraw/svdtxhdl.hxx
index 534c6dca949a..8a26c282ea75 100644
--- a/svx/source/svdraw/svdtxhdl.hxx
+++ b/svx/source/svdraw/svdtxhdl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdtxhdl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 15:43:55 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 11:06:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ class DrawPortionInfo;
class SdrTextObj;
class SdrObjGroup;
class SdrModel;
-class ExtOutputDevice;
+class XOutputDevice;
//************************************************************
// ImpTextPortionHandler
@@ -95,7 +95,7 @@ class ImpTextPortionHandler
Rectangle aFormTextBoundRect;
SdrOutliner& rOutliner;
const SdrTextObj& rTextObj;
- ExtOutputDevice* pXOut;
+ XOutputDevice* pXOut;
// Variablen fuer ConvertToPathObj
SdrObjGroup* pGroup;
@@ -127,8 +127,8 @@ public:
ImpTextPortionHandler(SdrOutliner& rOutln, const SdrTextObj& rTxtObj);
void ConvertToPathObj(SdrObjGroup& rGroup, FASTBOOL bToPoly);
- void DrawFitText(ExtOutputDevice& rXOut, const Point& rPos, const Fraction& rXFact);
- void DrawTextToPath(ExtOutputDevice& rXOut, FASTBOOL bDrawEffect=TRUE);
+ void DrawFitText(XOutputDevice& rXOut, const Point& rPos, const Fraction& rXFact);
+ void DrawTextToPath(XOutputDevice& rXOut, FASTBOOL bDrawEffect=TRUE);
// wird von DrawTextToPath() gesetzt:
const Rectangle& GetFormTextBoundRect() { return aFormTextBoundRect; }