[Libreoffice-commits] .: accessibility/bridge automation/source extensions/source lingucomponent/source
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Feb 8 04:05:04 PST 2011
accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx | 4 ++--
automation/source/testtool/registry_win.cxx | 4 ++--
automation/source/testtool/sysdir_win.cxx | 4 ++--
extensions/source/ole/ole2uno.hxx | 4 ++--
extensions/source/plugin/inc/plugin/win/sysplug.hxx | 4 ++--
extensions/source/plugin/win/sysplug.cxx | 4 ++--
extensions/source/plugin/win/winmgr.cxx | 4 ++--
lingucomponent/source/lingutil/lingutil.cxx | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)
New commits:
commit 6345859b26ac7d1e9f7599b8d55de84d090e0d64
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Feb 8 13:02:44 2011 +0200
Adapt to move of prewin.h and postwin.h
diff --git a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
index adaaca5..9a403c1 100644
--- a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
+++ b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
@@ -35,9 +35,9 @@
#include <WindowsAccessBridgeAdapter.h>
-#include <tools/prewin.h>
+#include <prewin.h>
#include <wtypes.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#include <rtl/process.h>
#include <tools/link.hxx>
diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx
index 009f24c..9e5d9ac 100644
--- a/automation/source/testtool/registry_win.cxx
+++ b/automation/source/testtool/registry_win.cxx
@@ -36,9 +36,9 @@
////////////////////////////////////////////////////////////////////////////
-#include <tools/prewin.h>
+#include <prewin.h>
#include "winreg.h"
-#include <tools/postwin.h>
+#include <postwin.h>
// as we define it ourselves further down the line we remove it here
#ifdef IS_ERROR
// #undef IS_ERROR
diff --git a/automation/source/testtool/sysdir_win.cxx b/automation/source/testtool/sysdir_win.cxx
index 560a367..5c3e2af 100644
--- a/automation/source/testtool/sysdir_win.cxx
+++ b/automation/source/testtool/sysdir_win.cxx
@@ -36,7 +36,7 @@
////////////////////////////////////////////////////////////////////////////
-#include <tools/prewin.h>
+#include <prewin.h>
#ifndef _SHOBJ_H
#if defined _MSC_VER
#pragma warning(push, 1)
@@ -47,7 +47,7 @@
#pragma warning(pop)
#endif
#endif
-#include <tools/postwin.h>
+#include <postwin.h>
// as we define it ourselves further down the line we remove it here
#ifdef IS_ERROR
#undef IS_ERROR
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx
index fc3ad87..85df4b5 100644
--- a/extensions/source/ole/ole2uno.hxx
+++ b/extensions/source/ole/ole2uno.hxx
@@ -49,12 +49,12 @@
#pragma warning (disable:4005)
#pragma warning (disable:4548)
-#include <tools/prewin.h>
+#include <prewin.h>
#include <tchar.h>
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
#include <dispex.h>
#endif
-#include <tools/postwin.h>
+#include <postwin.h>
#include <tools/presys.h>
#include <list>
diff --git a/extensions/source/plugin/inc/plugin/win/sysplug.hxx b/extensions/source/plugin/inc/plugin/win/sysplug.hxx
index 4161312..03b6cd0 100644
--- a/extensions/source/plugin/inc/plugin/win/sysplug.hxx
+++ b/extensions/source/plugin/inc/plugin/win/sysplug.hxx
@@ -32,13 +32,13 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
-#include <tools/prewin.h>
+#include <prewin.h>
#include <windows.h>
#include <tchar.h>
#include <winbase.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#pragma pack( push, 8 )
#include <npsdk/npapi.h>
diff --git a/extensions/source/plugin/win/sysplug.cxx b/extensions/source/plugin/win/sysplug.cxx
index 607aa4b..4566566 100644
--- a/extensions/source/plugin/win/sysplug.cxx
+++ b/extensions/source/plugin/win/sysplug.cxx
@@ -34,7 +34,7 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
- #include <tools/prewin.h>
+ #include <prewin.h>
#include <windows.h>
#include <string.h>
@@ -43,7 +43,7 @@
#include <winbase.h>
#include <objbase.h>
- #include <tools/postwin.h>
+ #include <postwin.h>
#pragma warning (pop)
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx
index 1f1e6dc..7f95629 100644
--- a/extensions/source/plugin/win/winmgr.cxx
+++ b/extensions/source/plugin/win/winmgr.cxx
@@ -43,7 +43,7 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
- #include "tools/prewin.h"
+ #include "prewin.h"
#include <windows.h>
#include <string.h>
@@ -52,7 +52,7 @@
#include <winbase.h>
#include <objbase.h>
- #include "tools/postwin.h"
+ #include "postwin.h"
#pragma warning (pop)
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx
index fd9977a..00ea01f 100644
--- a/lingucomponent/source/lingutil/lingutil.cxx
+++ b/lingucomponent/source/lingutil/lingutil.cxx
@@ -30,7 +30,7 @@
#include "precompiled_lingucomponent.hxx"
#if defined(WNT)
-#include <tools/prewin.h>
+#include <prewin.h>
#endif
#if defined(WNT)
@@ -38,7 +38,7 @@
#endif
#if defined(WNT)
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
More information about the Libreoffice-commits
mailing list