summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:38:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:38:16 +0000
commit59444076ae4b696e31be7831c8ce4a49cadc0188 (patch)
treecff84a3e2e91555e0e096f38a6f4887a8d720723
parentec9520fd1fc06494e4d80bb1715ea43ed6457d42 (diff)
INTEGRATION: CWS vgbugs07 (1.9.224); FILE MERGED
2007/06/04 13:23:17 vg 1.9.224.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r--xmloff/inc/XMLChartPropertySetMapper.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx
index ebcb62c114a3..c216fbf4756d 100644
--- a/xmloff/inc/XMLChartPropertySetMapper.hxx
+++ b/xmloff/inc/XMLChartPropertySetMapper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLChartPropertySetMapper.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-01-20 11:39:48 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:38:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,19 +36,19 @@
#define _XMLOFF_CHARTPROPERTYSETMAPPER_HXX_
#ifndef _UNIVERSALL_REFERENCE_HXX
-#include "uniref.hxx"
+#include <xmloff/uniref.hxx>
#endif
#ifndef _XMLOFF_PROPERTYSETMAPPER_HXX
-#include "xmlprmap.hxx"
+#include <xmloff/xmlprmap.hxx>
#endif
#ifndef _XMLOFF_XMLEXPPR_HXX
-#include "xmlexppr.hxx"
+#include <xmloff/xmlexppr.hxx>
#endif
#ifndef _XMLOFF_XMLIMPPR_HXX
-#include "xmlimppr.hxx"
+#include <xmloff/xmlimppr.hxx>
#endif
#ifndef _XMLOFF_XMLIMP_HXX
-#include "xmlimp.hxx"
+#include <xmloff/xmlimp.hxx>
#endif
namespace rtl { class OUString; }