summaryrefslogtreecommitdiff
path: root/sw/inc/grfatr.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-05-13 02:33:31 +0000
committerEike Rathke <er@openoffice.org>2001-05-13 02:33:31 +0000
commit3323b84f084e65aa59e2b576f1d3f22fa17a8ffb (patch)
tree0cd7d2b810a43ba6fad26b5d94d25a141e958274 /sw/inc/grfatr.hxx
parent22ac63cf0e65335ff8fb6774a7490b465dcd97ba (diff)
replaced International with IntlWrapper
Diffstat (limited to 'sw/inc/grfatr.hxx')
-rw-r--r--sw/inc/grfatr.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/inc/grfatr.hxx b/sw/inc/grfatr.hxx
index d63264a242d7..6ccb6f4af38a 100644
--- a/sw/inc/grfatr.hxx
+++ b/sw/inc/grfatr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grfatr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-12-14 11:46:54 $
+ * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,7 +125,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 ) const;
@@ -182,7 +182,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal,
@@ -206,7 +206,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
};
class SwContrastGrf : public SfxInt16Item
@@ -223,7 +223,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
};
class SwChannelGrf : public SfxInt16Item
@@ -240,7 +240,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
};
class SwChannelRGrf : public SwChannelGrf
@@ -296,7 +296,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 ) const;
@@ -322,7 +322,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
};
class SwTransparencyGrf : public SfxByteItem
@@ -339,7 +339,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal,
@@ -363,7 +363,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 ) const;