From f57bee95085403126e8bf2c0e2f1cc62ec4dab85 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 15:16:14 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.135.28); FILE MERGED 2007/06/06 11:42:17 vg 1.135.28.2: RESYNC: (1.135-1.136); FILE MERGED 2007/06/04 13:23:41 vg 1.135.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- xmloff/source/text/txtparae.cxx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 39ec690f12ce..6e4f83b9af4d 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtparae.cxx,v $ * - * $Revision: 1.136 $ + * $Revision: 1.137 $ * - * last change: $Author: vg $ $Date: 2007-05-25 13:20:13 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:16:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -192,22 +192,22 @@ #include "xmlnmspe.hxx" #endif #ifndef _XMLOFF_XMLASTPLP_HXX -#include "xmlaustp.hxx" +#include #endif #ifndef _XMLOFF_FAMILIES_HXX_ -#include "families.hxx" +#include #endif #ifndef _XMLOFF_TXTEXPPR_HXX #include "txtexppr.hxx" #endif #ifndef _XMLOFF_XMLNUMFE_HXX -#include "xmlnumfe.hxx" +#include #endif #ifndef _XMLOFF_XMLNUME_HXX -#include "xmlnume.hxx" +#include #endif #ifndef _XMLOFF_XMLUCONV_HXX -#include "xmluconv.hxx" +#include #endif #ifndef _XMLOFF_XMLANCHORTYPEPROPHDL_HXX #include "XMLAnchorTypePropHdl.hxx" @@ -216,20 +216,20 @@ #include "xexptran.hxx" #endif #ifndef _XMLOFF_PROGRESSBARHELPER_HXX -#include "ProgressBarHelper.hxx" +#include #endif #ifndef _XMLOFF_NMSPMAP_HXX -#include "nmspmap.hxx" +#include #endif #ifndef _XMLOFF_XMLEXP_HXX -#include "xmlexp.hxx" +#include #endif #ifndef _XMLOFF_TXTFLDE_HXX #include "txtflde.hxx" #endif #ifndef _XMLOFF_TXTPRMAP_HXX -#include "txtprmap.hxx" +#include #endif #ifndef _XMLOFF_XMLIMAGEMAPEXPORT_HXX_ #include "XMLImageMapExport.hxx" @@ -242,7 +242,7 @@ #include "XMLTextListAutoStylePool.hxx" #endif #ifndef _XMLOFF_TXTPARAE_HXX -#include "txtparae.hxx" +#include #endif #ifndef _XMLOFF_XMLSECTIONEXPORT_HXX_ #include "XMLSectionExport.hxx" @@ -251,7 +251,7 @@ #include "XMLIndexMarkExport.hxx" #endif #ifndef _XMLOFF_XMLEVENTEXPORT_HXX -#include "XMLEventExport.hxx" +#include #endif #ifndef _XMLOFF_XMLREDLINEEXPORT_HXX #include "XMLRedlineExport.hxx" @@ -260,7 +260,7 @@ #include "MultiPropertySetHelper.hxx" #endif #ifndef _XMLOFF_FORMLAYEREXPORT_HXX_ -#include "formlayerexport.hxx" +#include #endif #ifndef _XMLOFF_XMLTEXTCHARSTYLENAMESELEMENTEXPORT_HXX #include "XMLTextCharStyleNamesElementExport.hxx" -- cgit