1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
6 * Fridrich Strba <fridrich.strba@bluewin.ch>
7 * Thorsten Behrens <tbehrens@novell.com>
9 * Copyright (C) 2008, Novell Inc.
10 * Parts copyright 2005 by Sun Microsystems, Inc.
12 * The Contents of this file are made available subject to
13 * the terms of GNU Lesser General Public License Version 2.1.
15 ************************************************************************/
17 #ifndef INCLUDED_SVG_ODFSERIALIZER_HXX
18 #define INCLUDED_SVG_ODFSERIALIZER_HXX
20 #include <com/sun/star/uno/Reference.hxx>
21 #include <com/sun/star/xml/sax/XDocumentHandler.hpp>
22 #include <com/sun/star/io/XOutputStream.hpp>
26 /// Creates a XDocumentHandler that serializes directly to an XOutputStream
27 ::com::sun::star::uno::Reference
< com::sun::star::xml::sax::XDocumentHandler
>
28 createSerializer(const ::com::sun::star::uno::Reference
<com::sun::star::io::XOutputStream
>& );
31 #endif // _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HDL_