diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:38:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:38:59 +0000 |
commit | 8b02ff183572e18a00b65c835d4273597e534325 (patch) | |
tree | 634ddd9c56e3058fd31902ec76a96764b27621ad /xmlscript | |
parent | a08fe2c8b495a77ef68a279a8d1d638044af9003 (diff) |
INTEGRATION: CWS pchfix02 (1.32.6); FILE MERGED
2006/09/01 18:00:33 kaib 1.32.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_import.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx index cfd34142d882..dc8e4d421432 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmldlg_import.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:12:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:38:59 $ * * 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> |