diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:47:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:47:54 +0000 |
commit | ed8a6d5b0b35430b0d7b167ff092596347b6824f (patch) | |
tree | 5cad5490aa5ff8bb00718b0702e458b68a1ea7ab /bridges/source/cpp_uno/gcc3_linux_intel | |
parent | 84cca21a91c2f88ee4acd08828506703d54d3d60 (diff) |
INTEGRATION: CWS pchfix02 (1.9.22); FILE MERGED
2006/09/01 17:17:32 kaib 1.9.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_intel')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx index ade2d22df..47d1eaf5c 100644 --- a/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: uno2cpp.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:43:42 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:47:54 $ * * 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_bridges.hxx" + #include <malloc.h> #include <com/sun/star/uno/genfunc.hxx> |