summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.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
commit7d689270da35899be642b7023c837012a0ce8fb9 (patch)
tree47b2e7c97f989d2b4d16296389cfa4dfb3ddee0d /sc/inc/attrib.hxx
parent4c658567cf649191a90ca628537228475b2a4450 (diff)
replaced International with IntlWrapper
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r--sc/inc/attrib.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 9e906eca0d0b..50f357ec42e7 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attrib.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:47 $
+ * last change: $Author: er $ $Date: 2001-05-13 03:21:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,7 +171,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String& rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
@@ -228,7 +228,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual USHORT GetVersion( USHORT nFileVersion ) const;
virtual SfxPoolItem* Create(SvStream &, USHORT) const;
@@ -290,7 +290,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create(SvStream &, USHORT) const;
virtual SvStream& Store( SvStream& rStream, USHORT nVer ) const;
@@ -372,7 +372,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String& rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
};
//----------------------------------------------------------------------------