diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:19:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:19:39 +0000 |
commit | d59b0ac93869d0078842a429aea41f7864289ccb (patch) | |
tree | fb66501fd508072adb225d0cf1a190d86dab94c1 /xmloff/source/meta | |
parent | 49babeaf29e03fd619789df79cafa2641352720f (diff) |
INTEGRATION: CWS vgbugs07 (1.24.12); FILE MERGED
2007/06/04 13:23:27 vg 1.24.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r-- | xmloff/source/meta/xmlmetai.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/xmloff/source/meta/xmlmetai.cxx b/xmloff/source/meta/xmlmetai.cxx index 11ec7521034d..0faf54522775 100644 --- a/xmloff/source/meta/xmlmetai.cxx +++ b/xmloff/source/meta/xmlmetai.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlmetai.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: vg $ $Date: 2007-05-22 16:10:37 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:19:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,20 +50,20 @@ #include <rtl/ustrbuf.hxx> #endif -#include <xmluconv.hxx> +#include <xmloff/xmluconv.hxx> -#include "xmlmetai.hxx" -#include "xmltkmap.hxx" +#include <xmloff/xmlmetai.hxx> +#include <xmloff/xmltkmap.hxx> #include "xmlnmspe.hxx" -#include "xmlimp.hxx" -#include "nmspmap.hxx" +#include <xmloff/xmlimp.hxx> +#include <xmloff/nmspmap.hxx> #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #endif using ::rtl::OUString; |