diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:50 +0000 |
commit | 5ac58593ab8c1c2d97b9d985bd51ec5340425006 (patch) | |
tree | baa93ea5d77db1a3b6b108739fbed4bb8a2ce6e3 /cppu | |
parent | 115c623254eab7928b147792103fbf8655afc009 (diff) |
INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED
2006/09/01 17:23:02 kaib 1.8.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/any.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/uno/any.cxx b/cppu/source/uno/any.cxx index 518155bace76..421c79868e42 100644 --- a/cppu/source/uno/any.cxx +++ b/cppu/source/uno/any.cxx @@ -4,9 +4,9 @@ * * $RCSfile: any.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:50:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:20:50 $ * * 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 "copy.hxx" #include "destr.hxx" |