summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:19:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:19:24 +0000
commit49babeaf29e03fd619789df79cafa2641352720f (patch)
treea059a92fdecdf354476572c32901a4d80ca0c51f /xmloff/source/meta
parenta97ecb05d91e171d1b01155d9f122a023f6c5255 (diff)
INTEGRATION: CWS vgbugs07 (1.21.12); FILE MERGED
2007/06/04 13:23:27 vg 1.21.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index 3108a8655d21..8676cfd6a036 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlmetae.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 16:10:25 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:19:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,12 +46,12 @@
#endif
#include <unotools/configmgr.hxx>
-#include "xmlmetae.hxx"
-#include "attrlist.hxx"
-#include "nmspmap.hxx"
+#include <xmloff/xmlmetae.hxx>
+#include <xmloff/attrlist.hxx>
+#include <xmloff/nmspmap.hxx>
#ifndef _XMLOFF_XMLUCONV_HXX
-#include <xmluconv.hxx>
+#include <xmloff/xmluconv.hxx>
#endif
#ifndef _RTL_USTRBUF_HXX_
@@ -71,11 +71,11 @@
#endif
#ifndef _XMLOFF_XMLEXP_HXX
-#include "xmlexp.hxx"
+#include <xmloff/xmlexp.hxx>
#endif
#ifndef _XMLOFF_XMLUCONV_HXX
-#include "xmluconv.hxx"
+#include <xmloff/xmluconv.hxx>
#endif
#ifndef _COM_SUN_STAR_DOCUMENT_XDOCUMENTINFOSUPPLIER_HPP_