diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:23 +0000 |
commit | ff1ba26f22d5ef47b3bceac2e887359b079df21d (patch) | |
tree | 17d5c0bce9d9d2cd5d0db6ccf330c24e09079ce8 /cppu | |
parent | d73c8e12f77fffaccba9843d491907727ea256f0 (diff) |
INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED
2006/09/01 17:23:02 kaib 1.16.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/static_types.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx index ee30a168ec38..d4712ccda82a 100644 --- a/cppu/source/typelib/static_types.cxx +++ b/cppu/source/typelib/static_types.cxx @@ -4,9 +4,9 @@ * * $RCSfile: static_types.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:13:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:20:23 $ * * 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_cppu.hxx" + #include <stdarg.h> #include <algorithm> |