diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 19:29:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-22 11:05:01 +0200 |
commit | de48c99f7eefbf8910ca4835a6980f4ba532b2c0 (patch) | |
tree | 197f5881f6eae73a5519c4f4a14538b279c0c326 | |
parent | c18ce7120e23924abf09e08d4c4092895c6ac232 (diff) |
Remove some PCH traces
Is testhxx still useful?!
Change-Id: Ic7761214df4e3056c95f1b5dd8f1e3a2ce357d84
-rw-r--r-- | sc/source/ui/miscdlgs/textdlgs.cxx | 3 | ||||
-rw-r--r-- | setup_native/source/win32/customactions/languagepacks/makefile.mk | 3 | ||||
-rw-r--r-- | setup_native/source/win32/customactions/patch/makefile.mk | 3 | ||||
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/makefile.mk | 3 | ||||
-rw-r--r-- | sfx2/source/doc/syspath.cxx | 2 | ||||
-rw-r--r-- | soltools/testhxx/testhxx.cxx | 2 |
6 files changed, 0 insertions, 16 deletions
diff --git a/sc/source/ui/miscdlgs/textdlgs.cxx b/sc/source/ui/miscdlgs/textdlgs.cxx index 090187d72198..40e99ad261e0 100644 --- a/sc/source/ui/miscdlgs/textdlgs.cxx +++ b/sc/source/ui/miscdlgs/textdlgs.cxx @@ -26,11 +26,8 @@ * ************************************************************************/ - #undef SC_DLLIMPLEMENTATION -// ohne precompiled Headers uebersetzen !!! - #include <svx/svxids.hrc> #include <editeng/flstitem.hxx> diff --git a/setup_native/source/win32/customactions/languagepacks/makefile.mk b/setup_native/source/win32/customactions/languagepacks/makefile.mk index f30ec08c0f6b..921ca9baa9c7 100644 --- a/setup_native/source/win32/customactions/languagepacks/makefile.mk +++ b/setup_native/source/win32/customactions/languagepacks/makefile.mk @@ -39,9 +39,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -#Disable precompiled header -CDEFS+=-Dnot_used_define_to_disable_pch - # --- Files -------------------------------------------------------- .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" diff --git a/setup_native/source/win32/customactions/patch/makefile.mk b/setup_native/source/win32/customactions/patch/makefile.mk index 641f48ab6e27..6b05b3df89b9 100644 --- a/setup_native/source/win32/customactions/patch/makefile.mk +++ b/setup_native/source/win32/customactions/patch/makefile.mk @@ -38,9 +38,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -#Disable precompiled header -CDEFS+=-Dnot_used_define_to_disable_pch - # --- Files -------------------------------------------------------- .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" diff --git a/setup_native/source/win32/customactions/shellextensions/makefile.mk b/setup_native/source/win32/customactions/shellextensions/makefile.mk index fbebd6e1bb87..c7e619e517e3 100644 --- a/setup_native/source/win32/customactions/shellextensions/makefile.mk +++ b/setup_native/source/win32/customactions/shellextensions/makefile.mk @@ -38,9 +38,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -#Disable precompiled header -CDEFS+=-Dnot_used_define_to_disable_pch - # --- Files -------------------------------------------------------- .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" diff --git a/sfx2/source/doc/syspath.cxx b/sfx2/source/doc/syspath.cxx index 4cbeef903e6b..612dc3ab5628 100644 --- a/sfx2/source/doc/syspath.cxx +++ b/sfx2/source/doc/syspath.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -// Comment out precompiled statement due to redefinition errors - #include "syspath.hxx" extern "C" bool GetUserTemplateLocation(sal_Unicode*, int nSize); diff --git a/soltools/testhxx/testhxx.cxx b/soltools/testhxx/testhxx.cxx index 285826aab64a..efdba2d82431 100644 --- a/soltools/testhxx/testhxx.cxx +++ b/soltools/testhxx/testhxx.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -// NO PCH here - breaks the purpose of this file - // This is just a dummy file; see the makefile.mk for the real work. /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |