From 496096450d826d11b69c1717bf2005476509305b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 14:17:18 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:27 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- xmloff/source/forms/officeforms.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'xmloff/source/forms') diff --git a/xmloff/source/forms/officeforms.cxx b/xmloff/source/forms/officeforms.cxx index f48b1b1e40ec..4c51286215dc 100644 --- a/xmloff/source/forms/officeforms.cxx +++ b/xmloff/source/forms/officeforms.cxx @@ -4,9 +4,9 @@ * * $RCSfile: officeforms.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:37:44 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:17:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,22 +40,22 @@ #include "officeforms.hxx" #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include #endif #ifndef _XMLOFF_XMLTOKEN_HXX -#include "xmltoken.hxx" +#include #endif #ifndef _XMLOFF_XMLNMSPE_HXX #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLEXP_HXX -#include "xmlexp.hxx" +#include #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include #endif #ifndef _COMPHELPER_EXTRACT_HXX_ #include -- cgit