summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-13 23:31:15 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-13 23:31:28 +0100
commit24d5698e14e7a9de21d535a1be329e4fecb3d533 (patch)
tree3f642fbe9e67799e55833bf8aa177c28592b80c8 /svx
parentremoved unnecessary double-step conversion (diff)
downloadcore-24d5698e14e7a9de21d535a1be329e4fecb3d533.tar.gz
core-24d5698e14e7a9de21d535a1be329e4fecb3d533.zip
fix non-PCH MSVC build
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/sendreportw32.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx
index 4e7266ce4137..b49a2612931e 100644
--- a/svx/source/dialog/sendreportw32.cxx
+++ b/svx/source/dialog/sendreportw32.cxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#define UNICODE
+#define _UNICODE
#include "docrecovery.hxx"
#undef WB_LEFT
#undef WB_RIGHT
-#define UNICODE
-#define _UNICODE
#include <prewin.h>
#include <postwin.h>
#include <tchar.h>