summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:10:08 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:11:55 +0100
commit431ee1380b593011b40f24ddf4e6014eb383ac60 (patch)
treea2dd113e63b8371b306634b12ea15c216686b833 /svx
parent39ab1bb7c026def58af583f5357cbead2607b185 (diff)
Adapt the tree to tools/svwin.h removal
Diffstat (limited to 'svx')
-rwxr-xr-xsvx/source/dialog/sendreportw32.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx
index 2a80b80cbd..4eaca183a0 100755
--- a/svx/source/dialog/sendreportw32.cxx
+++ b/svx/source/dialog/sendreportw32.cxx
@@ -33,9 +33,8 @@
#define UNICODE
#define _UNICODE
-#include <tools/svwin.h>
-
#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <systools/win32/uwinapi.h>