From bb0510cc30913dc4d0c6dbc6f3c88180898403f1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 17:28:37 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:27:04 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- svx/source/items/customshapeitem.cxx | 8 ++++---- svx/source/items/drawitem.cxx | 10 +++++----- svx/source/items/itemtype.cxx | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'svx/source/items') diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx index fcd16b3bd6a6..8f0d7d09bba6 100644 --- a/svx/source/items/customshapeitem.cxx +++ b/svx/source/items/customshapeitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: customshapeitem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:50:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:26:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,9 +37,9 @@ #include "precompiled_svx.hxx" #ifndef _SDASITM_HXX -#include "sdasitm.hxx" +#include #endif -#include "svdattr.hxx" +#include using namespace ::std; using namespace com::sun::star; diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx index 0823bdd29c26..b31e2ecd92af 100644 --- a/svx/source/items/drawitem.cxx +++ b/svx/source/items/drawitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawitem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:50:18 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:27:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,12 +38,12 @@ // include --------------------------------------------------------------- -#include "svxids.hrc" +#include -#include "xoutx.hxx" +#include #include "drawitem.hxx" -#include "xtable.hxx" +#include using namespace ::com::sun::star; diff --git a/svx/source/items/itemtype.cxx b/svx/source/items/itemtype.cxx index 2e492637c256..bbd6db6286ae 100644 --- a/svx/source/items/itemtype.cxx +++ b/svx/source/items/itemtype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: itemtype.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:51:44 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:28:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ #include #endif -#include "svxids.hrc" +#include #ifndef _UNOTOOLS_INTLWRAPPER_HXX @@ -57,9 +57,9 @@ #ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include #endif -#include "xtable.hxx" +#include #include "drawitem.hxx" -#include "itemtype.hxx" +#include // ----------------------------------------------------------------------- -- cgit