diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:53:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:53:57 +0000 |
commit | e91bd4381577595c8ecba2715d442b261836e6e4 (patch) | |
tree | ddff2a87a108999f70f2e770616c7242f71fa9d0 /bridges | |
parent | 2060445c636710d649145decb6ac7283a808a4d5 (diff) |
INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED
2006/09/01 17:17:37 kaib 1.5.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx index 214ecc48f479..836371b0c51d 100644 --- a/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cpp2uno.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2006-05-02 12:06:16 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:53:57 $ * * 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_bridges.hxx" #include <com/sun/star/uno/genfunc.hxx> #include <typelib/typedescription.hxx> #include <uno/data.h> |