diff options
Diffstat (limited to 'xmloff/inc/DomExport.hxx')
-rw-r--r-- | xmloff/inc/DomExport.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/inc/DomExport.hxx b/xmloff/inc/DomExport.hxx index b6646214f7e8..ebf3779b0bff 100644 --- a/xmloff/inc/DomExport.hxx +++ b/xmloff/inc/DomExport.hxx @@ -18,14 +18,12 @@ */ #pragma once -// the Solaris compiler apparently needs the following include: -#include <com/sun/star/uno/Reference.hxx> +#include <sal/types.h> class SvXMLExport; namespace com::sun::star { namespace uno { template<typename T> class Reference; } namespace xml::dom { class XDocument; } - namespace xml::dom { class XNode; } } void exportDom( SvXMLExport&, const css::uno::Reference<css::xml::dom::XDocument>& ); |