summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 01:10:36 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 01:10:36 +0100
commit7dc3029d93a0aeebb4a1a641fe93aff01cb64890 (patch)
tree87ec314e054247a94e7ab0c6f68fc850d309b83d /ucb
parent24e2c22d043a9f1ceec3636db6ab410fa145e90e (diff)
oops
Diffstat (limited to 'ucb')
-rwxr-xr-xucb/source/ucp/odma/odma_inputstream.cxx4
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"