diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:41:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:41:31 +0000 |
commit | 9e408e15c287fbc3c6ded76844f90ef4b228e99b (patch) | |
tree | 6954afdd00fe0e600a74ca58231a79666e96c3c3 /xmloff/source/script/XMLStarBasicExportHandler.cxx | |
parent | 327c129737f46d577a5c4a2efb6f61993de1b6e7 (diff) |
INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED
2006/09/01 17:59:44 kaib 1.8.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/script/XMLStarBasicExportHandler.cxx')
-rw-r--r-- | xmloff/source/script/XMLStarBasicExportHandler.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/script/XMLStarBasicExportHandler.cxx b/xmloff/source/script/XMLStarBasicExportHandler.cxx index bdbd10b30673..a76f82b14cf9 100644 --- a/xmloff/source/script/XMLStarBasicExportHandler.cxx +++ b/xmloff/source/script/XMLStarBasicExportHandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLStarBasicExportHandler.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:23:10 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:41:31 $ * * 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_xmloff.hxx" + #ifndef _XMLOFF_XMLSTARBASICEXPORTHANDLER_HXX #include "XMLStarBasicExportHandler.hxx" #endif |