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/dialog/rulritem.cxx | |
parent | e6a17fa15de1c70de7f854e69e8c6c3b680ff103 (diff) |
replaced International with IntlWrapper
Diffstat (limited to 'svx/source/dialog/rulritem.cxx')
-rw-r--r-- | svx/source/dialog/rulritem.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx index 3295c929efe9..62944b3581b6 100644 --- a/svx/source/dialog/rulritem.cxx +++ b/svx/source/dialog/rulritem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rulritem.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:11 $ + * last change: $Author: er $ $Date: 2001-05-13 03:28:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ SfxItemPresentation SvxLongLRSpaceItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - String& rText, const International * + String& rText, const IntlWrapper * ) const { return SFX_ITEM_PRESENTATION_NONE; @@ -152,7 +152,7 @@ SfxItemPresentation SvxLongULSpaceItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - String& rText, const International * + String& rText, const IntlWrapper * ) const { return SFX_ITEM_PRESENTATION_NONE; @@ -206,7 +206,7 @@ SfxItemPresentation SvxPagePosSizeItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - String& rText, const International * + String& rText, const IntlWrapper * ) const { return SFX_ITEM_PRESENTATION_NONE; @@ -289,7 +289,7 @@ SfxItemPresentation SvxColumnItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - String& rText, const International * + String& rText, const IntlWrapper * ) const { return SFX_ITEM_PRESENTATION_NONE; @@ -429,7 +429,7 @@ SfxItemPresentation SvxObjectItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - String& rText, const International * + String& rText, const IntlWrapper * ) const { return SFX_ITEM_PRESENTATION_NONE; |