diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:42:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:42:31 +0000 |
commit | 606bdb430fbfd3bc2031de7b8b5f933902b26347 (patch) | |
tree | c47a1d17ebab4efec493c26fad1113aa8850cf7a /cppuhelper | |
parent | 28f5c8da199a065ccc5833eee18d42f200318f80 (diff) |
INTEGRATION: CWS pchfix02 (1.23.14); FILE MERGED
2006/09/01 17:23:18 kaib 1.23.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index f1ad440712ba..192024c7bb8a 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shlib.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:35:06 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:42:31 $ * * 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_cppuhelper.hxx" + #include "osl/diagnose.h" #include "osl/file.hxx" #include "osl/mutex.hxx" |