diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-26 01:10:36 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-26 01:10:36 +0100 |
commit | 7dc3029d93a0aeebb4a1a641fe93aff01cb64890 (patch) | |
tree | 87ec314e054247a94e7ab0c6f68fc850d309b83d /ucb | |
parent | 24e2c22d043a9f1ceec3636db6ab410fa145e90e (diff) |
oops
Diffstat (limited to 'ucb')
-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" |