summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorMalte Timmermann <Malte.Timmermann@sun.com>2010-06-25 13:15:03 +0200
committerMalte Timmermann <Malte.Timmermann@sun.com>2010-06-25 13:15:03 +0200
commitbb30c0a24baa2bc671daae588b523386470984c7 (patch)
treec7da7af3d248305e12f22a5b59f89745806cd85f /svx/util
parent34dd33af79caf3a13ec3a4e7098616ac0b16cf50 (diff)
codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/svxpch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/util/svxpch.cxx b/svx/util/svxpch.cxx
index a59ef4b90a74..b8f6b92b38db 100644
--- a/svx/util/svxpch.cxx
+++ b/svx/util/svxpch.cxx
@@ -29,7 +29,7 @@
#include "precompiled_svx.hxx"
#include <thread.hxx>
#include <sysdep.hxx>
-#if defined(WNT) || defined (WIN)
+#if defined(WNT)
#include <svwin.h>
#endif
#include <tlintl.hxx>