diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-10 08:20:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-10 08:20:36 +0000 |
commit | 92342a96f00cec460cd5c6a9e03c9d40dc8d727a (patch) | |
tree | f33a6f6c68073aad9f16636718fd37c53a90e4c6 /svtools/source/edit | |
parent | 74c55a8600c87caa83f587b9b428d0eba1e7c0f0 (diff) |
#i10000# Fix for precompiled header usage.
Diffstat (limited to 'svtools/source/edit')
-rw-r--r-- | svtools/source/edit/makefile.mk | 8 | ||||
-rw-r--r-- | svtools/source/edit/textwindowpeer.cxx | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/svtools/source/edit/makefile.mk b/svtools/source/edit/makefile.mk index 44ed71ca95c7..b56781c8dcbf 100644 --- a/svtools/source/edit/makefile.mk +++ b/svtools/source/edit/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2007-06-27 14:52:07 $ +# last change: $Author: rt $ $Date: 2007-07-10 09:20:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,9 +62,7 @@ EXCEPTIONSFILES= \ $(SLO)$/textview.obj \ $(SLO)$/textdoc.obj \ $(SLO)$/texteng.obj \ - $(OBJ)$/textview.obj \ - $(SLO)$/textwindowpeer.obj \ - $(OBJ)$/textwindowpeer.obj + $(SLO)$/textwindowpeer.obj # --- Targets ------------------------------------------------------ diff --git a/svtools/source/edit/textwindowpeer.cxx b/svtools/source/edit/textwindowpeer.cxx index 134e5455c292..eb089e517a19 100644 --- a/svtools/source/edit/textwindowpeer.cxx +++ b/svtools/source/edit/textwindowpeer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: textwindowpeer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2007-06-29 12:21:20 $ + * last change: $Author: rt $ $Date: 2007-07-10 09:20:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svtools.hxx" + #include <svtools/textwindowpeer.hxx> #ifndef _TEXTVIEW_HXX |