diff options
Diffstat (limited to 'svx/source/items/drawitem.cxx')
-rw-r--r-- | svx/source/items/drawitem.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx index 593720590897..593b6aad1398 100644 --- a/svx/source/items/drawitem.cxx +++ b/svx/source/items/drawitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drawitem.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:20 $ + * 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 @@ -117,7 +117,7 @@ SfxItemPresentation SvxColorTableItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const International * + XubString& rText, const IntlWrapper * ) const { rText.Erase(); @@ -172,7 +172,7 @@ SfxItemPresentation SvxGradientListItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const International * + XubString& rText, const IntlWrapper * ) const { rText.Erase(); @@ -227,7 +227,7 @@ SfxItemPresentation SvxHatchListItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const International * + XubString& rText, const IntlWrapper * ) const { rText.Erase(); @@ -282,7 +282,7 @@ SfxItemPresentation SvxBitmapListItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const International * + XubString& rText, const IntlWrapper * ) const { rText.Erase(); @@ -338,7 +338,7 @@ SfxItemPresentation SvxDashListItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const International * + XubString& rText, const IntlWrapper * ) const { rText.Erase(); @@ -393,7 +393,7 @@ SfxItemPresentation SvxLineEndListItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const International * + XubString& rText, const IntlWrapper * ) const { rText.Erase(); |