diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:18:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:18:31 +0000 |
commit | 0348ff7743b43dad9c078d9c7257cca960568bcf (patch) | |
tree | e53b8e62f3ed280adc6e4d02287bd001693ba425 /xmloff | |
parent | 298bfeab3665f62cb91e609d489542ddc8c61602 (diff) |
INTEGRATION: CWS pchfix02 (1.19.18); FILE MERGED
2006/09/01 18:00:11 kaib 1.19.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtimppr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx index 8d3083f57b92..33fdfa614ebe 100644 --- a/xmloff/source/text/txtimppr.cxx +++ b/xmloff/source/text/txtimppr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtimppr.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:41:18 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:18: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 _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif |