diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:10:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:10:24 +0000 |
commit | 550af751dfb9c172faff8e093b8b50330c0edc4e (patch) | |
tree | b4a16197d92e0b317c954f7cb486b91c148ba825 /comphelper/source/misc | |
parent | 266e99ee44761b620634c031401062fe87567b53 (diff) |
INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED
2006/09/01 17:19:41 kaib 1.3.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'comphelper/source/misc')
-rw-r--r-- | comphelper/source/misc/componentmodule.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/misc/componentmodule.cxx b/comphelper/source/misc/componentmodule.cxx index dfcd93ecdd76..794953e60f4a 100644 --- a/comphelper/source/misc/componentmodule.cxx +++ b/comphelper/source/misc/componentmodule.cxx @@ -4,9 +4,9 @@ * * $RCSfile: componentmodule.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:47:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:10:24 $ * * 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_comphelper.hxx" #ifndef COMPHELPER_INC_COMPHELPER_COMPONENTMODULE_HXX #include <comphelper/componentmodule.hxx> #endif |