diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:09:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:09:49 +0000 |
commit | 570700254ec4512b812ea00a29f92a3cb11d81d4 (patch) | |
tree | 6d4fc1d3344e3251d15af9e741b7bf6c0671dc90 /tools/workben | |
parent | 470c7186f0b4e16642f8a6da5031b2b3389f4d8c (diff) |
INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED
2006/09/01 17:55:03 kaib 1.3.120.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/workben')
-rw-r--r-- | tools/workben/hashtbl.cxx | 7 | ||||
-rw-r--r-- | tools/workben/inetmimetest.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/tools/workben/hashtbl.cxx b/tools/workben/hashtbl.cxx index 4c7ccf35a61e..fb6adb8d2fc0 100644 --- a/tools/workben/hashtbl.cxx +++ b/tools/workben/hashtbl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hashtbl.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:52:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:09:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_tools.hxx" + #include <tlgen.hxx> #include "hashtbl.hxx" diff --git a/tools/workben/inetmimetest.cxx b/tools/workben/inetmimetest.cxx index 05d44cf871cb..8165a9d9e8f5 100644 --- a/tools/workben/inetmimetest.cxx +++ b/tools/workben/inetmimetest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inetmimetest.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:53:09 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:09:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_tools.hxx" + #include "inetmime.hxx" #include "rtl/textenc.h" |