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 | 75c15c77b35ac4f303dff7cb66063f38be9c24e4 (patch) | |
tree | 42c100aaa8d8c3a7d073418712df8cf3375f79a8 /cppu/source/typelib | |
parent | d1059f2f5e2bb1583f7e57a31b9a20e5b1fc85c8 (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/source/typelib')
-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 71a2fe131..228d680d7 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. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_cppu.hxx" #include <hash_map> #include <list> |