diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:35:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:35:32 +0000 |
commit | 7101484bf0e10eebba3f44aff696b8b35372cc05 (patch) | |
tree | bba7e51ae206936e9acf43cf736bd8a784e5b904 /codemaker | |
parent | 4dc3ecc3c3bab350cf29e46ea10e2796962cbaaf (diff) |
INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED
2006/09/01 17:19:21 kaib 1.3.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/unotype.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/codemaker/unotype.cxx b/codemaker/source/codemaker/unotype.cxx index 36c7201cd70b..aacec673582d 100644 --- a/codemaker/source/codemaker/unotype.cxx +++ b/codemaker/source/codemaker/unotype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unotype.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:10:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:35:32 $ * * 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_codemaker.hxx" + #include "codemaker/unotype.hxx" #include "osl/diagnose.h" |