summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:36:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:36:32 +0000
commit5f4c2db7d28525d91cf2867a77815e58b39abb0e (patch)
treebe5c90cfc00f2baecf619d572e4957f9448c7536 /xmlscript
parent8285699597d84275ba6521b76e5b336311ee0347 (diff)
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
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_export.cxx8
1 files changed, 4 insertions, 4 deletions
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();
}