summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLAutoMarkFileContext.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:52:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:52:12 +0000
commit495d6c23a71abf80603cf98266b9638eadef1624 (patch)
treec4028ee5454ac63689d98419121fb2243d1f216a /xmloff/source/text/XMLAutoMarkFileContext.cxx
parentINTEGRATION: CWS vgbugs07 (1.5.276); FILE MERGED (diff)
downloadcore-495d6c23a71abf80603cf98266b9638eadef1624.tar.gz
core-495d6c23a71abf80603cf98266b9638eadef1624.zip
INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED
2007/06/04 13:23:35 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/text/XMLAutoMarkFileContext.cxx')
-rw-r--r--xmloff/source/text/XMLAutoMarkFileContext.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLAutoMarkFileContext.cxx b/xmloff/source/text/XMLAutoMarkFileContext.cxx
index ec01f9dd8081..817280ae0ce4 100644
--- a/xmloff/source/text/XMLAutoMarkFileContext.cxx
+++ b/xmloff/source/text/XMLAutoMarkFileContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLAutoMarkFileContext.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:01:34 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:50:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#endif
#ifndef _XMLOFF_XMLIMP_HXX
-#include "xmlimp.hxx"
+#include <xmloff/xmlimp.hxx>
#endif
#ifndef _RTL_USTRING_HXX_
@@ -49,7 +49,7 @@
#endif
#ifndef _XMLOFF_NMSPMAP_HXX
-#include "nmspmap.hxx"
+#include <xmloff/nmspmap.hxx>
#endif
#ifndef _XMLOFF_XMLNMSPE_HXX
@@ -57,7 +57,7 @@
#endif
#ifndef _XMLOFF_XMLTOKEN_HXX
-#include "xmltoken.hxx"
+#include <xmloff/xmltoken.hxx>
#endif
#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_