From 1b0db9a844422f3779f2e3e52f29470b49814b4a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 15:27:23 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:46 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- xmloff/source/xforms/TokenContext.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx index 96d44a1ed33d..106ec52927ff 100644 --- a/xmloff/source/xforms/TokenContext.cxx +++ b/xmloff/source/xforms/TokenContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TokenContext.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:30:43 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:27:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,15 +41,15 @@ #endif #ifndef _XMLOFF_XMLTKMAP_HXX -#include "xmltkmap.hxx" +#include #endif #ifndef _XMLOFF_XMLIMP_HXX -#include "xmlimp.hxx" +#include #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include #endif #ifndef _XMLOFF_XMLERROR_HXX -- cgit