summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:41:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:41:08 +0000
commitd4249d3574b1beee01185082c5c020c3fd0a5428 (patch)
tree6483a7088cb68e2a3692e40acb2d97245adc8f86 /svx
parent56b860c8e79b6abc2108e919b74e1c3ecfb18294 (diff)
INTEGRATION: CWS vgbugs07 (1.20.878); FILE MERGED
2007/06/04 13:26:08 vg 1.20.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 13a274375695..16c16e1e8d1c 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChildrenManagerImpl.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:20:51 $
+ * last change: $Author: hr $ $Date: 2007-06-27 16:41:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,16 +36,16 @@
#ifndef _SVX_ACCESSIBILITY_CHILDREN_MANAGER_IMPL_HXX
#ifndef _SVX_ACCESSIBILITY_IACCESSIBLE_VIEW_FORWARDER_LISTENER_HXX
-#include "IAccessibleViewForwarderListener.hxx"
+#include <svx/IAccessibleViewForwarderListener.hxx>
#endif
#ifndef _SVX_ACCESSIBILITY_IACCESSIBLE_PARENT_HXX
-#include "IAccessibleParent.hxx"
+#include <svx/IAccessibleParent.hxx>
#endif
#ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_SHAPE_TREE_INFO_HXX
-#include "AccessibleShapeTreeInfo.hxx"
+#include <svx/AccessibleShapeTreeInfo.hxx>
#endif
#ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_CONTEXT_BASE_HXX
-#include "AccessibleContextBase.hxx"
+#include <svx/AccessibleContextBase.hxx>
#endif
#ifndef _CPPUHELPER_COMPBASE2_HXX_