summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-09 18:29:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-09 18:17:19 +0000
commit9037e2289d10aa8208d0e8f75847204d73ea21a7 (patch)
treea87d3cad0d02bb046824f04d00ce1b40bf248260 /extensions
parentf4673ccd5e26d38a28f297d64ed70ba719d21ef2 (diff)
remove presys.h and postsys.h
Both files are nearly identical to prewin.h and postwin.h Change-Id: I1f45e46dfcc00043a9e2df82e0070cd1b976c4af Reviewed-on: https://gerrit.libreoffice.org/9294 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/wincrap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/wincrap.hxx b/extensions/source/ole/wincrap.hxx
index 389d3ce106db..210ccf9d7c16 100644
--- a/extensions/source/ole/wincrap.hxx
+++ b/extensions/source/ole/wincrap.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_EXTENSIONS_SOURCE_OLE_WINCRAP_HXX
#define INCLUDED_EXTENSIONS_SOURCE_OLE_WINCRAP_HXX
-/* wrap all includes that need to be wrapped by presys.h/postsys.h here */
+/* wrap all includes that need to be wrapped by prewin.h/postwin.h here */
#define STRICT
@@ -37,7 +37,7 @@
#include <tchar.h>
#include <dispex.h>
-#include <tools/presys.h>
+#include <prewin.h>
#include <list>
// from oleobjw.hxx
@@ -49,7 +49,7 @@ extern CComModule _Module;
// from unoobjw.cxx
#include <olectl.h>
-#include <tools/postsys.h>
+#include <postwin.h>
#pragma warning (pop)