diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:20:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:20:42 +0000 |
commit | addc9afe9a20f3b0839505d6abf9f2226a286d6d (patch) | |
tree | 458c9c4a9c1a0b21dd0d4aabb4b23ffae3a67d25 /xmloff | |
parent | c23c17c63471ba21668648effc78bdfb1952fae2 (diff) |
INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED
2007/06/04 13:23:43 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/ChartPlotAreaOASISTContext.cxx | 8 | ||||
-rw-r--r-- | xmloff/source/transform/FormPropOOoTContext.cxx | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx b/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx index c48602cc958a..4f7edfea468a 100644 --- a/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx +++ b/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartPlotAreaOASISTContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:21:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:18:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,13 +41,13 @@ #include "TransformerBase.hxx" #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include <xmloff/xmltoken.hxx> #endif #ifndef _XMLOFF_DEEPTCONTEXT_HXX #include "DeepTContext.hxx" diff --git a/xmloff/source/transform/FormPropOOoTContext.cxx b/xmloff/source/transform/FormPropOOoTContext.cxx index 090995485bd7..41a07ba25251 100644 --- a/xmloff/source/transform/FormPropOOoTContext.cxx +++ b/xmloff/source/transform/FormPropOOoTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FormPropOOoTContext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:24:17 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:20:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #endif #ifndef _XMLOFF_IGNORETCONTEXT_HXX #include "IgnoreTContext.hxx" |