From 17d9399b0c3ce0fe8d7b8eca9a1703c5ed419463 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 18:10:00 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.26.134); FILE MERGED 2007/06/04 13:27:28 vg 1.26.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- svx/source/svdraw/svdouno.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'svx/source/svdraw') diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx index a64415612c5a..632c5c07f8c5 100644 --- a/svx/source/svdraw/svdouno.cxx +++ b/svx/source/svdraw/svdouno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdouno.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: vg $ $Date: 2007-01-15 14:28:27 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:10:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,29 +91,29 @@ #endif #ifndef _SVDOUNO_HXX -#include "svdouno.hxx" +#include #endif #ifndef _SVDXOUT_HXX #include "svdxout.hxx" #endif #ifndef _SVDPAGV_HXX -#include "svdpagv.hxx" +#include #endif #ifndef _SVDMODEL_HXX -#include "svdmodel.hxx" +#include #endif #ifndef _SVDGLOB_HXX #include "svdglob.hxx" // Stringcache #endif #include "svdstr.hrc" // Objektname #ifndef _SVDETC_HXX -#include "svdetc.hxx" +#include #endif #ifndef _SVDVIEW_HXX -#include "svdview.hxx" +#include #endif #ifndef _SVDORECT_HXX -#include "svdorect.hxx" +#include #endif #ifndef _SVDVITER_HXX #include "svdviter.hxx" @@ -129,7 +129,7 @@ #include #ifndef _SDRPAGEWINDOW_HXX -#include +#include #endif #ifndef _SDRPAINTWINDOW_HXX -- cgit