diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:20:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:20:25 +0000 |
commit | 54f4a265c208568cb30a00ba30ecbae77efeddd3 (patch) | |
tree | 0e2c65231a333879d65bddbc3a39ae09e8e2fcd6 /svx/source | |
parent | b6dc6a55dd9ae78ca9e6d34b8b675626598aaf3a (diff) |
INTEGRATION: CWS pchfix02 (1.30.36); FILE MERGED
2006/09/01 17:47:44 kaib 1.30.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 8b6068b966c9..8a42a596d6d1 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlgrhlp.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 09:27:20 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:20:25 $ * * 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 _COM_SUN_STAR_EMBED_XTRANSACTEDOBJECT_HPP_ #include <com/sun/star/embed/XTransactedObject.hpp> #endif |