diff options
author | Eike Rathke <er@openoffice.org> | 2001-05-13 02:33:31 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-05-13 02:33:31 +0000 |
commit | 1848e5e9f488f1d1d82017361b84e75fb1774511 (patch) | |
tree | 37a5c295c3a8b7229b79118e79ae306aa2a26819 /svx/inc/rotmodit.hxx | |
parent | e6a17fa15de1c70de7f854e69e8c6c3b680ff103 (diff) |
replaced International with IntlWrapper
Diffstat (limited to 'svx/inc/rotmodit.hxx')
-rw-r--r-- | svx/inc/rotmodit.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/rotmodit.hxx b/svx/inc/rotmodit.hxx index 2c563926d47c..800e52a7fd93 100644 --- a/svx/inc/rotmodit.hxx +++ b/svx/inc/rotmodit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rotmodit.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:00:58 $ + * last change: $Author: er $ $Date: 2001-05-13 03:27:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,7 @@ public: virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, - String& rText, const International * = 0 ) const; + String& rText, const IntlWrapper * = 0 ) const; virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); }; |