Kaydet (Commit) b0bcaab6 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

#65293# Added missing include

üst 9237af6b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmltxtexp.cxx,v $ * $RCSfile: xmltxtexp.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: thb $ $Date: 2002-02-25 16:31:15 $ * last change: $Author: thb $ $Date: 2002-09-17 11:49:30 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -71,7 +71,9 @@ ...@@ -71,7 +71,9 @@
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#endif #endif
#ifndef _COM_SUN_STAR_IO_XACTIVEDATASOURCE_HPP_
#include <com/sun/star/io/XActiveDataSource.hpp>
#endif
#ifndef _TOOLS_DEBUG_HXX #ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx> #include <tools/debug.hxx>
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlxtexp.cxx,v $ * $RCSfile: xmlxtexp.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: dvo $ $Date: 2001-10-19 18:48:55 $ * last change: $Author: thb $ $Date: 2002-09-17 11:49:31 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -84,6 +84,9 @@ ...@@ -84,6 +84,9 @@
#ifndef _COM_SUN_STAR_DRAWING_HATCH_HPP_ #ifndef _COM_SUN_STAR_DRAWING_HATCH_HPP_
#include <com/sun/star/drawing/Hatch.hpp> #include <com/sun/star/drawing/Hatch.hpp>
#endif #endif
#ifndef _COM_SUN_STAR_IO_XACTIVEDATASOURCE_HPP_
#include <com/sun/star/io/XActiveDataSource.hpp>
#endif
#ifndef _SFXDOCFILE_HXX #ifndef _SFXDOCFILE_HXX
#include <sfx2/docfile.hxx> #include <sfx2/docfile.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment