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