From 063bac4bb454e93383afdf456f1409d04a3f48a6 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 15:40:39 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.14.354); FILE MERGED 2007/06/04 13:26:08 vg 1.14.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- svx/source/accessibility/AccessibleParaManager.cxx | 6 +++--- svx/source/accessibility/ChildrenManager.cxx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'svx/source/accessibility') diff --git a/svx/source/accessibility/AccessibleParaManager.cxx b/svx/source/accessibility/AccessibleParaManager.cxx index b7f782a40039..aea161ae0608 100644 --- a/svx/source/accessibility/AccessibleParaManager.cxx +++ b/svx/source/accessibility/AccessibleParaManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleParaManager.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:01:37 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:38:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,7 @@ #include "unoedhlp.hxx" #include "unopracc.hxx" -#include "unoedsrc.hxx" +#include #include "AccessibleParaManager.hxx" #include "AccessibleEditableTextPara.hxx" diff --git a/svx/source/accessibility/ChildrenManager.cxx b/svx/source/accessibility/ChildrenManager.cxx index c1e3cd636705..952322ea8612 100644 --- a/svx/source/accessibility/ChildrenManager.cxx +++ b/svx/source/accessibility/ChildrenManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChildrenManager.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:04:01 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:40:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,13 +37,13 @@ #include "precompiled_svx.hxx" #ifndef _SVX_ACCESSIBILITY_CHILDREN_MANAGER_HXX -#include "ChildrenManager.hxx" +#include #endif #ifndef _SVX_ACCESSIBILITY_CHILDREN_MANAGER_IMPL_HXX #include "ChildrenManagerImpl.hxx" #endif #ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_SHAPE_HXX -#include "AccessibleShape.hxx" +#include #endif using namespace ::rtl; -- cgit