diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:20:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:20:43 +0000 |
commit | aad2e828418d27775626861967c65e462add9b50 (patch) | |
tree | 9076b0f273fdb607839a109f8f03e8ba97749b69 /transex3 | |
parent | 322f9beac77b9dc48e7e9a23730dc9441d9c876a (diff) |
INTEGRATION: CWS pchfix02 (1.2.68); FILE MERGED
2006/09/01 17:55:14 kaib 1.2.68.1: #i68856# Added header markers and pch files
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/utf8conv.cxx | 7 | ||||
-rw-r--r-- | transex3/source/wtranode.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/transex3/source/utf8conv.cxx b/transex3/source/utf8conv.cxx index 762002c44f97..c36d647aab3f 100644 --- a/transex3/source/utf8conv.cxx +++ b/transex3/source/utf8conv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: utf8conv.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:03:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:20:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_transex3.hxx" #include "utf8conv.hxx" // diff --git a/transex3/source/wtranode.cxx b/transex3/source/wtranode.cxx index 59705feffb8e..3c7530f285f6 100644 --- a/transex3/source/wtranode.cxx +++ b/transex3/source/wtranode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wtranode.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:03:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:20:43 $ * * 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_transex3.hxx" + #include "wtranode.hxx" |