diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:28:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:28:37 +0000 |
commit | b5cc480d46a1c619712092ca1af6ce3317b15573 (patch) | |
tree | 118863a86d40476133202b739372b23c6cc348dd /xmloff | |
parent | f60087f6703aba8bf71e9fab6c2b42031b6c0436 (diff) |
INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED
2006/09/01 18:00:19 kaib 1.16.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/StyleOOoTContext.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/StyleOOoTContext.cxx b/xmloff/source/transform/StyleOOoTContext.cxx index 495d84f5c1dc..30c7dd27c970 100644 --- a/xmloff/source/transform/StyleOOoTContext.cxx +++ b/xmloff/source/transform/StyleOOoTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: StyleOOoTContext.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:55:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:28:37 $ * * 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 _COM_SUN_STAR_XML_SAX_SAXPARSEEXCEPTION_HPP_ #include <com/sun/star/xml/sax/SAXParseException.hpp> #endif |