summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/XMLFilterRegistration.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 10:29:48 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 10:29:48 +0000
commit0aaa4229797dc9d1ed886ae4d6c2731735a4c938 (patch)
tree83b78820eae7e56510e3cbbe4edd94c60242033a /xmloff/source/transform/XMLFilterRegistration.cxx
parent1cfbff624ad6cf8cffea67439306c7a282b7b4b5 (diff)
INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED
2006/09/01 18:00:20 kaib 1.4.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/transform/XMLFilterRegistration.cxx')
-rw-r--r--xmloff/source/transform/XMLFilterRegistration.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/XMLFilterRegistration.cxx b/xmloff/source/transform/XMLFilterRegistration.cxx
index 3902cb71c6e6..6979a9a516e3 100644
--- a/xmloff/source/transform/XMLFilterRegistration.cxx
+++ b/xmloff/source/transform/XMLFilterRegistration.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLFilterRegistration.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:56:30 $
+ * last change: $Author: obo $ $Date: 2006-09-17 11:29:48 $
*
* 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"
+
#include <string.h>
#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_