diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:41:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:41:37 +0000 |
commit | 7737d779fa5d25c701c96e5b8cf8649b0367bb65 (patch) | |
tree | 5923a616a0dce54f41f7e62ede467c80ae47c8d7 /svx/source/accessibility | |
parent | 90ac06eecc5ce07b77f34737dc110ca431ece193 (diff) |
INTEGRATION: CWS vgbugs07 (1.23.258); FILE MERGED
2007/06/04 13:26:08 vg 1.23.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/GraphCtlAccessibleContext.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/accessibility/GraphCtlAccessibleContext.cxx b/svx/source/accessibility/GraphCtlAccessibleContext.cxx index b5fceaafdd2a..0c6c53b2e390 100644 --- a/svx/source/accessibility/GraphCtlAccessibleContext.cxx +++ b/svx/source/accessibility/GraphCtlAccessibleContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: GraphCtlAccessibleContext.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:13:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:41:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -98,31 +98,31 @@ //===== local includes ======================================================== #ifndef _SVX_ACCESSIBILITY_SHAPE_TYPE_HANDLER_HXX -#include "ShapeTypeHandler.hxx" +#include <svx/ShapeTypeHandler.hxx> #endif #ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_SHAPE_INFO_HXX -#include "AccessibleShapeInfo.hxx" +#include <svx/AccessibleShapeInfo.hxx> #endif #ifndef _SVXGRAPHACCESSIBLECONTEXT_HXX #include "GraphCtlAccessibleContext.hxx" #endif #ifndef _GRAPHCTL_HXX -#include "graphctl.hxx" +#include <svx/graphctl.hxx> #endif #ifndef _SVX_DIALOGS_HRC -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #endif #ifndef _SVX_ACCESSIBILITY_HRC #include "accessibility.hrc" #endif #ifndef _SVDPAGE_HXX -#include "svdpage.hxx" +#include <svx/svdpage.hxx> #endif #ifndef SVX_UNOMOD_HXX -#include "unomod.hxx" +#include <svx/unomod.hxx> #endif #ifndef _SVX_DIALMGR_HXX -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #endif //===== namespaces =========================================================== |