From 7d689270da35899be642b7023c837012a0ce8fb9 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sun, 13 May 2001 02:33:31 +0000 Subject: replaced International with IntlWrapper --- sc/inc/attrib.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sc/inc/attrib.hxx') 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; }; //---------------------------------------------------------------------------- -- cgit