diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:40:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:40:22 +0000 |
commit | 474d8976364819c096bf8c413d490c2fb1ee0b62 (patch) | |
tree | 39833cfc8bf059be51dfaafd0fcef480af0c7caa /xmlscript | |
parent | 6a6e3d8ebd7b45314ccb9d3f28e7251d1ea4c9db (diff) |
INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED
2006/09/01 18:00:34 kaib 1.9.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmlmod_imexp/xmlmod_import.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx index 7f7a9f408ae4..9f1aacdfba94 100644 --- a/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx +++ b/xmlscript/source/xmlmod_imexp/xmlmod_import.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlmod_import.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:14:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:40:22 $ * * 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_xmlscript.hxx" #include "imp_share.hxx" #include <osl/diagnose.h> |