diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:37 +0000 |
commit | 115c623254eab7928b147792103fbf8655afc009 (patch) | |
tree | 5bd5cd4957f8a3b1e6ca9896283675265107be20 /cppu | |
parent | ff1ba26f22d5ef47b3bceac2e887359b079df21d (diff) |
INTEGRATION: CWS pchfix02 (1.31.10); FILE MERGED
2006/09/01 17:23:02 kaib 1.31.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index d4d175e5ba88..09ac0f1eecd7 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -4,9 +4,9 @@ * * $RCSfile: typelib.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: ihi $ $Date: 2006-08-24 10:37:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:20:37 $ * * 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 <hash_map> #include <list> #include <set> |