From 1848e5e9f488f1d1d82017361b84e75fb1774511 Mon Sep 17 00:00:00 2001
From: Eike Rathke <er@openoffice.org>
Date: Sun, 13 May 2001 02:33:31 +0000
Subject: replaced International with IntlWrapper

---
 svx/source/dialog/rulritem.cxx | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'svx/source/dialog')

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;
-- 
cgit