summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:55:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:55:01 +0000
commitd1500b053be65cb63dba14d5539ccbb015135471 (patch)
treeee3cca044a95294e0591462ca53d4c2cd88111fe
parent32e9d5614fa608542236226e4d3173ce3ee629f2 (diff)
INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED
2007/06/04 13:23:35 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r--xmloff/source/text/XMLAutoMarkFileContext.hxx6
-rw-r--r--xmloff/source/text/XMLFootnoteBodyImportContext.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLAutoMarkFileContext.hxx b/xmloff/source/text/XMLAutoMarkFileContext.hxx
index 7379e5b62dfd..65434c27f15e 100644
--- a/xmloff/source/text/XMLAutoMarkFileContext.hxx
+++ b/xmloff/source/text/XMLAutoMarkFileContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLAutoMarkFileContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:56:23 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:50:31 $
*
* 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 @@
#define _XMLOFF_XMLAUTOMARKFILECONTEXT_HXX_
#ifndef _XMLOFF_XMLICTXT_HXX
-#include "xmlictxt.hxx"
+#include <xmloff/xmlictxt.hxx>
#endif
diff --git a/xmloff/source/text/XMLFootnoteBodyImportContext.hxx b/xmloff/source/text/XMLFootnoteBodyImportContext.hxx
index 7eab7ca89f45..cb4eac5df260 100644
--- a/xmloff/source/text/XMLFootnoteBodyImportContext.hxx
+++ b/xmloff/source/text/XMLFootnoteBodyImportContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLFootnoteBodyImportContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:01:26 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:55:01 $
*
* 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 @@
#define _XMLOFF_XMLFOOTNOTEBODYIMPORTCONTEXT_HXX_
#ifndef _XMLOFF_XMLICTXT_HXX
-#include "xmlictxt.hxx"
+#include <xmloff/xmlictxt.hxx>
#endif
#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_