summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-06-08 16:55:18 +0200
committerCarsten Driesner <cd@openoffice.org>2010-06-08 16:55:18 +0200
commit3590257aa9c23407ed4787652a9fdbf778d15e1a (patch)
treeb139e3aba500d1e20ad9fb7b59b7bc7b992f8d19 /sfx2
parent0389ab5d8741b095ed457cfaa1955eabc57e2df0 (diff)
fwk139: #i10000# Add syspathw32.obj to NOOPTFILES to remove warning due to missing precompiled header directive
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/makefile.mk3
-rw-r--r--sfx2/source/doc/syspathw32.cxx2
2 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk
index 69fee96ccf18..b1bddf82e428 100644
--- a/sfx2/source/doc/makefile.mk
+++ b/sfx2/source/doc/makefile.mk
@@ -93,7 +93,8 @@ SLOFILES = \
#HACK TO DISABLE PCH
NOOPTFILES= \
- $(SLO)$/sfxacldetect.obj
+ $(SLO)$/sfxacldetect.obj \
+ $(SLO)$/syspathw32.obj
.ENDIF
diff --git a/sfx2/source/doc/syspathw32.cxx b/sfx2/source/doc/syspathw32.cxx
index d9412795f263..74522654ff49 100644
--- a/sfx2/source/doc/syspathw32.cxx
+++ b/sfx2/source/doc/syspathw32.cxx
@@ -28,8 +28,6 @@
*
************************************************************************/
-#include "precompiled_sfx2.hxx"
-
#ifdef WNT
#ifdef _MSC_VER
#pragma warning(disable:4917)