diff options
-rwxr-xr-x | ucb/source/ucp/odma/odma_inputstream.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/odma/odma_inputstream.cxx b/ucb/source/ucp/odma/odma_inputstream.cxx index c7be070f8d4f..151bf57ed76f 100755 --- a/ucb/source/ucp/odma/odma_inputstream.cxx +++ b/ucb/source/ucp/odma/odma_inputstream.cxx @@ -28,13 +28,13 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_ucb.hxx" -##include "com/sun/star/io/IOException.hpp" +#include "com/sun/star/io/IOException.hpp" #include <com/sun/star/ucb/OpenCommandArgument2.hpp> #include <com/sun/star/ucb/OpenMode.hpp> #include <ucbhelper/content.hxx> #include <com/sun/star/io/XActiveDataStreamer.hpp> #include <cppuhelper/implbase1.hxx> -ifdef WNT +#ifdef WNT #include <windows.h> #endif #include "odma_inputstream.hxx" |