From d625d814dfc4b3ccc894f3bfc9525f35fcf9c9cf Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 4 Dec 2000 11:58:47 +0000 Subject: Parse error linux compiler --- svx/source/xml/xmlgrhlp.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 8d9e60498663..9d1264cc5631 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlgrhlp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mib $ + * last change: $Author: obo $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,7 +183,8 @@ Graphic SvXMLGraphicHelper::ImplReadGraphic( const ::rtl::OUString& rPictureStor void SvXMLGraphicHelper::ImplWriteGraphic( const ::rtl::OUString& rPictureStorageName, const ::rtl::OUString& rPictureStreamName ) { - GraphicObject aGrfObject( ByteString( String( rPictureStreamName ), RTL_TEXTENCODING_ASCII_US ) ); + String aPictureStreamName(rPictureStreamName); + GraphicObject aGrfObject( ByteString( aPictureStreamName, RTL_TEXTENCODING_ASCII_US ) ); if( aGrfObject.GetType() != GRAPHIC_NONE ) { -- cgit