diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:36:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:36:18 +0000 |
commit | 6631b4ef915cd4b53634dfc7319176b400494aa2 (patch) | |
tree | fec3f87891c62e0b140a16f8e6e585adc598dce1 /configmgr/source | |
parent | 512ef3c721e8b659caf07a327c338157a615b693 (diff) |
INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED
2006/09/01 17:20:54 kaib 1.9.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/xml/writersvc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/xml/writersvc.cxx b/configmgr/source/xml/writersvc.cxx index 3d8de33b45c7..677cdf3d8549 100644 --- a/configmgr/source/xml/writersvc.cxx +++ b/configmgr/source/xml/writersvc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: writersvc.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:43:30 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:36:18 $ * * 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_configmgr.hxx" + #include "writersvc.hxx" #ifndef CONFIGMGR_API_FACTORY_HXX_ |