From 74845b53f04f73191392b31eee99ad8c13ee1e82 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 14:09:01 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.32.92); FILE MERGED 2007/06/04 13:23:25 vg 1.32.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- xmloff/source/draw/ximpbody.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xmloff/source/draw/ximpbody.cxx') diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx index 9c9c25f24590..2b1694ec4959 100644 --- a/xmloff/source/draw/ximpbody.cxx +++ b/xmloff/source/draw/ximpbody.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ximpbody.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 14:16:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:09:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #endif #ifndef _XMLOFF_PRSTYLEI_HXX_ -#include "prstylei.hxx" +#include #endif #ifndef _XIMPNOTES_HXX @@ -80,15 +80,15 @@ #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include #endif #ifndef _XMLOFF_PROPERTYSETMAPPER_HXX -#include "xmlprmap.hxx" +#include #endif #ifndef _XMLOFF_FAMILIES_HXX_ -#include "families.hxx" +#include #endif #ifndef _XMLOFF_XIMPSHOW_HXX -- cgit