diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:46:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:46:08 +0000 |
commit | c862ad409153a205e735846e941abda54d7d7371 (patch) | |
tree | 6a3c9eebc30a7fab1dba04a1fb3059dd7bcebbad /xmloff/inc/xmlversion.hxx | |
parent | 722379ccfa56b539d916f4bb2b361c11cb9d599b (diff) |
INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED
2007/06/04 13:23:18 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/inc/xmlversion.hxx')
-rw-r--r-- | xmloff/inc/xmlversion.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/inc/xmlversion.hxx b/xmloff/inc/xmlversion.hxx index f5d6f92e7209..4e17945233d3 100644 --- a/xmloff/inc/xmlversion.hxx +++ b/xmloff/inc/xmlversion.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlversion.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:21:56 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:46:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,19 +54,19 @@ #include <cppuhelper/implbase1.hxx> #ifndef _XMLOFF_XMLICTXT_HXX -#include <xmlictxt.hxx> +#include <xmloff/xmlictxt.hxx> #endif #ifndef _XMLOFF_XMLEXP_HXX -#include <xmlexp.hxx> +#include <xmloff/xmlexp.hxx> #endif #ifndef _XMLOFF_XMLIMP_HXX -#include <xmlimp.hxx> +#include <xmloff/xmlimp.hxx> #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include <nmspmap.hxx> +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX @@ -74,7 +74,7 @@ #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include <xmltoken.hxx> +#include <xmloff/xmltoken.hxx> #endif // ------------------------------------------------------------------------ |