diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:37:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:37:55 +0000 |
commit | 9ddf33e08fdc9900abd9896671804c9dedacd821 (patch) | |
tree | 91d0e29afc7abb3fde975ca95f4fbdfb8664d516 /stoc | |
parent | 9ba7cfde55811420156c4893c712d3a6cdac0a80 (diff) |
INTEGRATION: CWS pchfix02 (1.15.8); FILE MERGED
2006/09/01 17:41:18 kaib 1.15.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/typeconv/convert.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/typeconv/convert.cxx b/stoc/source/typeconv/convert.cxx index 1b34abb31aed..f427bf5465f3 100644 --- a/stoc/source/typeconv/convert.cxx +++ b/stoc/source/typeconv/convert.cxx @@ -4,9 +4,9 @@ * * $RCSfile: convert.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:24:27 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:37:55 $ * * 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_stoc.hxx" + #include <osl/diagnose.h> #include <cppuhelper/factory.hxx> #include <cppuhelper/implementationentry.hxx> |