[Libreoffice-commits] .: ucb/source

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Mar 25 17:09:01 PDT 2011


 ucb/source/ucp/odma/odma_content.cxx     |    8 ++++----
 ucb/source/ucp/odma/odma_contentcaps.cxx |    6 +++---
 ucb/source/ucp/odma/odma_inputstream.cxx |   10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 5abdae4fbe892e813fc50a2ab1af0328e26f74bc
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sat Mar 26 01:08:54 2011 +0100

    Little header order tweak

diff --git a/ucb/source/ucp/odma/odma_content.cxx b/ucb/source/ucp/odma/odma_content.cxx
index f81c692..48ab09f 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 604e05a..ad73880 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 86f57c4..3d9a1f4 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"
 


More information about the Libreoffice-commits mailing list