[Libreoffice-commits] .: dbaccess/source

Tor Lillqvist tml at kemper.freedesktop.org
Tue Feb 8 15:06:04 PST 2011


 dbaccess/source/ui/dlg/ConnectionHelper.cxx |    1 -
 dbaccess/source/ui/dlg/ConnectionPage.cxx   |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 3c1eec559fb6c886f0641a922931fd9f39f450f8
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Feb 9 00:32:54 2011 +0200

    prewin.h already includes <windows.h>

diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index 1b5da25..d3e8f40 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -77,7 +77,6 @@
 #ifdef _ADO_DATALINK_BROWSE_
 #if defined( WNT )
     #include <prewin.h>
-    #include <windows.h>
     #include <postwin.h>
 #endif
 #include <vcl/sysdata.hxx>
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.cxx b/dbaccess/source/ui/dlg/ConnectionPage.cxx
index e1f4646..2ee76e9 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.cxx
@@ -78,7 +78,6 @@
 #ifdef _ADO_DATALINK_BROWSE_
 #if defined( WNT )
     #include <prewin.h>
-    #include <windows.h>
     #include <postwin.h>
 #endif
 #include <vcl/sysdata.hxx>


More information about the Libreoffice-commits mailing list