From addc9afe9a20f3b0839505d6abf9f2226a286d6d Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 15:20:42 +0000 Subject: 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 --- xmloff/source/transform/ChartPlotAreaOASISTContext.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff/source/transform/ChartPlotAreaOASISTContext.cxx') 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 #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include #endif #ifndef _XMLOFF_DEEPTCONTEXT_HXX #include "DeepTContext.hxx" -- cgit