diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:20:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:20:12 +0000 |
commit | b6dc6a55dd9ae78ca9e6d34b8b675626598aaf3a (patch) | |
tree | 2cad7af6890b1163fcc34865f4a0b273d63034b3 /svx/source/xml/xmlexport.cxx | |
parent | 9da3cffba3ece19f30a41aa6db2f462b6042f228 (diff) |
INTEGRATION: CWS pchfix02 (1.8.536); FILE MERGED
2006/09/01 17:47:44 kaib 1.8.536.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/xml/xmlexport.cxx')
-rw-r--r-- | svx/source/xml/xmlexport.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/xml/xmlexport.cxx b/svx/source/xml/xmlexport.cxx index 9cfee958216f..048dab4f9d33 100644 --- a/svx/source/xml/xmlexport.cxx +++ b/svx/source/xml/xmlexport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlexport.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:15:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:20: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_svx.hxx" + #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif |