diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:40:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:40:39 +0000 |
commit | 063bac4bb454e93383afdf456f1409d04a3f48a6 (patch) | |
tree | 2f186549c9adb80e344db69cff8bc44955bafd5e /svx/source/accessibility | |
parent | 6d057acb39e3f4e2516979d35bf22e9766129492 (diff) |
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
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleParaManager.cxx | 6 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManager.cxx | 8 |
2 files changed, 7 insertions, 7 deletions
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 <svx/unoedsrc.hxx> #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 <svx/ChildrenManager.hxx> #endif #ifndef _SVX_ACCESSIBILITY_CHILDREN_MANAGER_IMPL_HXX #include "ChildrenManagerImpl.hxx" #endif #ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_SHAPE_HXX -#include "AccessibleShape.hxx" +#include <svx/AccessibleShape.hxx> #endif using namespace ::rtl; |