diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:09:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:09:27 +0000 |
commit | b96a297bc57f8f6a41bcd8429f403aa477f05870 (patch) | |
tree | 79c95e2ccc6be7f2acce6141febe43788039b85e /extensions/source/plugin/base/xplugin.cxx | |
parent | dd0669e2a1777124c38fb977fee11f789ea49af2 (diff) |
INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED
2006/09/01 17:26:35 kaib 1.18.92.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/plugin/base/xplugin.cxx')
-rw-r--r-- | extensions/source/plugin/base/xplugin.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx index e72519329..06bb8094a 100644 --- a/extensions/source/plugin/base/xplugin.cxx +++ b/extensions/source/plugin/base/xplugin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xplugin.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2006-03-16 13:00:37 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:09:27 $ * * 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_extensions.hxx" + #ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #endif |