diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:39:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:39:26 +0000 |
commit | 5a64d7cce17d2995159d54ed908fc118a645dbbc (patch) | |
tree | 968006b9f5eb0065ea4259334849dd6472fac7f1 /xmlscript/source | |
parent | 84408dae88ea957a8883b315ca6ff2cf7cd2b6b0 (diff) |
INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED
2006/09/01 18:00:34 kaib 1.4.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlscript/source')
-rw-r--r-- | xmlscript/source/xmlflat_imexp/xmlbas_import.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx b/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx index 2938d93e2d78..4d3d3cd41d07 100644 --- a/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx +++ b/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlbas_import.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:12:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:39:26 $ * * 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_xmlscript.hxx" + #ifndef XMLSCRIPT_XMLBAS_IMPORT_HXX #include "xmlbas_import.hxx" #endif |