summaryrefslogtreecommitdiff
path: root/xmloff/source/script
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:20:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:20:09 +0000
commit90aff5569ada19a25c1637a323ec6b84fcddfa37 (patch)
treea1f5aec523dc03b763fe6ac3cf7029a2c0dc7468 /xmloff/source/script
parent6ece201047a77bf38b2019e82f60736f92d2393a (diff)
INTEGRATION: CWS vgbugs07 (1.18.86); FILE MERGED
2007/06/04 13:23:27 vg 1.18.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/script')
-rw-r--r--xmloff/source/script/XMLEventExport.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index ef8d0414a7..69172eb166 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLEventExport.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2006-12-04 08:11:48 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:20:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#include "precompiled_xmloff.hxx"
#ifndef _XMLOFF_XMLEVENTEXPORT_HXX
-#include "XMLEventExport.hxx"
+#include <xmloff/XMLEventExport.hxx>
#endif
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP
@@ -57,11 +57,11 @@
#endif
#ifndef _XMLOFF_XMLEXP_HXX
-#include "xmlexp.hxx"
+#include <xmloff/xmlexp.hxx>
#endif
#ifndef _XMLOFF_XMLTOKEN_HXX
-#include "xmltoken.hxx"
+#include <xmloff/xmltoken.hxx>
#endif
#ifndef _XMLOFF_XMLNMSPE_HXX
@@ -69,7 +69,7 @@
#endif
#ifndef _XMLOFF_NMSPMAP_HXX
-#include "nmspmap.hxx"
+#include <xmloff/nmspmap.hxx>
#endif