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/source/items/grfitem.cxx | |
parent | e6a17fa15de1c70de7f854e69e8c6c3b680ff103 (diff) |
replaced International with IntlWrapper
Diffstat (limited to 'svx/source/items/grfitem.cxx')
-rw-r--r-- | svx/source/items/grfitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/grfitem.cxx b/svx/source/items/grfitem.cxx index 1532bd501ccc..fee7f8a93e80 100644 --- a/svx/source/items/grfitem.cxx +++ b/svx/source/items/grfitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: grfitem.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cl $ $Date: 2000-11-02 16:08:52 $ + * last change: $Author: er $ $Date: 2001-05-13 03:29:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -203,7 +203,7 @@ BOOL SvxGrfCrop::PutValue( const uno::Any& rVal, BYTE nMemberId ) SfxItemPresentation SvxGrfCrop::GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - String &rText, const International* pIntl ) const + String &rText, const IntlWrapper* pIntl ) const { rText.Erase(); switch( ePres ) |