summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 01:08:54 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 01:08:54 +0100
commit24e2c22d043a9f1ceec3636db6ab410fa145e90e (patch)
tree6cfdefbe51aede30caa19d82eeb3ff4d39dd9d01 /ucb
parent2d29361dbe8f9b0ee5a55b83aa04382585582c7f (diff)
Little header order tweak
Diffstat (limited to 'ucb')
-rwxr-xr-xucb/source/ucp/odma/odma_content.cxx8
-rwxr-xr-xucb/source/ucp/odma/odma_contentcaps.cxx6
-rwxr-xr-xucb/source/ucp/odma/odma_inputstream.cxx10
3 files changed, 12 insertions, 12 deletions
diff --git a/ucb/source/ucp/odma/odma_content.cxx b/ucb/source/ucp/odma/odma_content.cxx
index 7eae232e8e67..430ecd1a0dac 100755
--- a/ucb/source/ucp/odma/odma_content.cxx
+++ b/ucb/source/ucp/odma/odma_content.cxx
@@ -29,11 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx"
-#ifdef WNT
-#include <windows.h>
-#endif
#include <osl/diagnose.h>
-#include "odma_contentprops.hxx"
#include <com/sun/star/ucb/XDynamicResultSet.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
@@ -56,7 +52,11 @@
#include <com/sun/star/io/XActiveDataStreamer.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
+#ifdef WNT
+#include <windows.h>
+#endif
#include "odma_content.hxx"
+#include "odma_contentprops.hxx"
#include "odma_provider.hxx"
#include "odma_resultset.hxx"
#include "odma_inputstream.hxx"
diff --git a/ucb/source/ucp/odma/odma_contentcaps.cxx b/ucb/source/ucp/odma/odma_contentcaps.cxx
index 45b5425a1ab0..d2bc242f42a7 100755
--- a/ucb/source/ucp/odma/odma_contentcaps.cxx
+++ b/ucb/source/ucp/odma/odma_contentcaps.cxx
@@ -29,9 +29,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx"
-#ifdef WNT
-#include <windows.h>
-#endif
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
@@ -41,6 +38,9 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
+#ifdef WNT
+#include <windows.h>
+#endif
#include "odma_content.hxx"
using namespace com::sun::star;
diff --git a/ucb/source/ucp/odma/odma_inputstream.cxx b/ucb/source/ucp/odma/odma_inputstream.cxx
index b1e8cab6d911..c7be070f8d4f 100755
--- a/ucb/source/ucp/odma/odma_inputstream.cxx
+++ b/ucb/source/ucp/odma/odma_inputstream.cxx
@@ -28,16 +28,16 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx"
-#ifdef WNT
-#include <windows.h>
-#endif
-#include "odma_inputstream.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
+#include <windows.h>
+#endif
+#include "odma_inputstream.hxx"
#include "odma_contentprops.hxx"
#include "odma_provider.hxx"