Remove some PCH traces

Is testhxx still useful?!

Change-Id: Ic7761214df4e3056c95f1b5dd8f1e3a2ce357d84
This commit is contained in:
Thomas Arnhold 2012-06-21 19:29:29 +02:00
parent c18ce7120e
commit de48c99f7e
6 changed files with 0 additions and 16 deletions

View File

@ -26,11 +26,8 @@
* *
************************************************************************/ ************************************************************************/
#undef SC_DLLIMPLEMENTATION #undef SC_DLLIMPLEMENTATION
// ohne precompiled Headers uebersetzen !!!
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
#include <editeng/flstitem.hxx> #include <editeng/flstitem.hxx>

View File

@ -39,9 +39,6 @@ USE_DEFFILE=TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
#Disable precompiled header
CDEFS+=-Dnot_used_define_to_disable_pch
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
.IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!=""

View File

@ -38,9 +38,6 @@ USE_DEFFILE=TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
#Disable precompiled header
CDEFS+=-Dnot_used_define_to_disable_pch
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
.IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!=""

View File

@ -38,9 +38,6 @@ USE_DEFFILE=TRUE
.INCLUDE : settings.mk .INCLUDE : settings.mk
#Disable precompiled header
CDEFS+=-Dnot_used_define_to_disable_pch
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
.IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!=""

View File

@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
// Comment out precompiled statement due to redefinition errors
#include "syspath.hxx" #include "syspath.hxx"
extern "C" bool GetUserTemplateLocation(sal_Unicode*, int nSize); extern "C" bool GetUserTemplateLocation(sal_Unicode*, int nSize);

View File

@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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. // This is just a dummy file; see the makefile.mk for the real work.
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */