summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:18:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:18:54 +0000
commit7d830ede3e3919d238ae63e45921a2b0383c7861 (patch)
treef8ec0949c6a88c993ed2adaddd9b91a0ddb0339c /xmloff/source/meta
parente12630fec14f8e8e1bc6b808e3352555cd2d43f8 (diff)
INTEGRATION: CWS vgbugs07 (1.15.100); FILE MERGED
2007/06/04 13:23:27 vg 1.15.100.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/MetaExportComponent.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/meta/MetaExportComponent.cxx b/xmloff/source/meta/MetaExportComponent.cxx
index e7fbd5452be3..b73d6bdc6903 100644
--- a/xmloff/source/meta/MetaExportComponent.cxx
+++ b/xmloff/source/meta/MetaExportComponent.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: MetaExportComponent.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2006-11-01 14:50:39 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:18:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -86,15 +86,15 @@
#endif
#ifndef _XMLOFF_NMSPMAP_HXX
-#include "nmspmap.hxx"
+#include <xmloff/nmspmap.hxx>
#endif
#ifndef _XMLOFF_XMLTOKEN_HXX
-#include "xmltoken.hxx"
+#include <xmloff/xmltoken.hxx>
#endif
#ifndef _XMLOFF_XMLMETAE_HXX
-#include "xmlmetae.hxx"
+#include <xmloff/xmlmetae.hxx>
#endif
#ifndef _XMLOFF_PROPERTYSETMERGER_HXX_