diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:11:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:11:01 +0000 |
commit | aeab4b88209a7fffa50b0186515f81cf58bd313e (patch) | |
tree | b20f1cbc904520b062ea0dd6066b46e9fa05ffd5 /framework/source | |
parent | aaa38418e630066666bcdaa5d8aa64429b460919 (diff) |
INTEGRATION: CWS pchfix02 (1.6.202); FILE MERGED
2006/09/01 17:29:20 kaib 1.6.202.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/modulemanager.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/services/modulemanager.cxx b/framework/source/services/modulemanager.cxx index 6ea939d72559..1e02d16b31ea 100644 --- a/framework/source/services/modulemanager.cxx +++ b/framework/source/services/modulemanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: modulemanager.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:45:18 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:11:01 $ * * 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_framework.hxx" + #include "services/modulemanager.hxx" #include "services/frame.hxx" |