summaryrefslogtreecommitdiff
path: root/xmloff/source/style/chrlohdl.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:37:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:37:31 +0000
commite19aadcb47d1b7b1f174fa4c4b135912bb486d18 (patch)
tree229e34c046aaf89e246f99d03a8081f2c322f071 /xmloff/source/style/chrlohdl.cxx
parent98a2207b038cbcc462c4dda01113332edcda104e (diff)
INTEGRATION: CWS vgbugs07 (1.7.114); FILE MERGED
2007/06/04 13:23:31 vg 1.7.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/style/chrlohdl.cxx')
-rw-r--r--xmloff/source/style/chrlohdl.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/style/chrlohdl.cxx b/xmloff/source/style/chrlohdl.cxx
index d933ba4c127f..70a76df8171a 100644
--- a/xmloff/source/style/chrlohdl.cxx
+++ b/xmloff/source/style/chrlohdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chrlohdl.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:48:35 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:37:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,11 +42,11 @@
#endif
#ifndef _XMLOFF_XMLTOKEN_HXX
-#include "xmltoken.hxx"
+#include <xmloff/xmltoken.hxx>
#endif
#ifndef _XMLOFF_XMLUCONV_HXX
-#include "xmluconv.hxx"
+#include <xmloff/xmluconv.hxx>
#endif
#ifndef _RTL_USTRBUF_HXX_
@@ -58,7 +58,7 @@
#endif
#ifndef _XMLOFF_XMLEMENT_HXX
-#include "xmlelement.hxx"
+#include <xmloff/xmlelement.hxx>
#endif
#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_