summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:13:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:13:20 +0000
commit8b52d82bd10f72fa3b7dcf5699a59cd74e386678 (patch)
tree83ad68e1a798cae269491c7b482ac31d1b446b53 /xmloff
parentd88bf63fb55e22f3c3e403f97921b9fa4284ae3d (diff)
INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED
2007/06/04 13:23:40 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLTrackedChangesImportContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTrackedChangesImportContext.hxx b/xmloff/source/text/XMLTrackedChangesImportContext.hxx
index e18c232115d6..b00ccbf0f2e8 100644
--- a/xmloff/source/text/XMLTrackedChangesImportContext.hxx
+++ b/xmloff/source/text/XMLTrackedChangesImportContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTrackedChangesImportContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:27:16 $
+ * last change: $Author: hr $ $Date: 2007-06-27 16:13:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,7 @@
#define _XMLOFF_XMLTRACKEDCHANGESIMPORTCONTEXT_HXX
#ifndef _XMLOFF_XMLICTXT_HXX
-#include "xmlictxt.hxx"
+#include <xmloff/xmlictxt.hxx>
#endif
#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_