From a023158ab1ac9f9a6ce79154d0f37972cddd76cb Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 18:23:32 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.12.352); FILE MERGED 2007/06/04 13:27:35 vg 1.12.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- svx/source/unodraw/unodtabl.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx index 93d07f7cb3a9..50b401cafbc3 100644 --- a/svx/source/unodraw/unodtabl.cxx +++ b/svx/source/unodraw/unodtabl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unodtabl.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:11:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:23:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,15 +55,15 @@ #endif #ifndef _SVX_XLNDSIT_HXX -#include "xlndsit.hxx" +#include #endif #ifndef _SVX_UNOMID_HXX -#include "unomid.hxx" +#include #endif -#include "xdash.hxx" -#include "svdmodel.hxx" +#include +#include #include "unofill.hxx" using namespace ::com::sun::star; -- cgit