From 5f4c2db7d28525d91cf2867a77815e58b39abb0e Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Nov 2004 11:36:32 +0000 Subject: INTEGRATION: CWS xmlbasic (1.7.28); FILE MERGED 2004/09/30 13:27:12 tbe 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2004/09/30 11:02:47 tbe 1.7.28.1: #i22747# XML filter adaptors and macros --- xmlscript/source/xmllib_imexp/xmllib_export.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmlscript') diff --git a/xmlscript/source/xmllib_imexp/xmllib_export.cxx b/xmlscript/source/xmllib_imexp/xmllib_export.cxx index de7fab36edba..62516570562e 100644 --- a/xmlscript/source/xmllib_imexp/xmllib_export.cxx +++ b/xmlscript/source/xmllib_imexp/xmllib_export.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmllib_export.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2004-08-23 09:14:35 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:36:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,7 @@ SAL_CALL exportLibraryContainer( rLib.bReadOnly ? aTrueStr : aFalseStr ); } - pLibElement->dump( xOut ); + pLibElement->dump( xOut.get() ); } xOut->ignorableWhitespace( OUString() ); @@ -198,7 +198,7 @@ SAL_CALL exportLibrary( } } - pLibElement->dump( xOut ); + pLibElement->dump( xOut.get() ); xOut->endDocument(); } -- cgit