diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:37:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:37:23 +0000 |
commit | a452cd9e45df628c72034e7abb66f4e8b2109517 (patch) | |
tree | 50a72dc3fb7b5137185845e612c067eea3020346 /svx/source/accessibility | |
parent | ae3b75781d89dd0989662c0ef6483d0a182d5599 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.50); FILE MERGED
2007/06/04 13:26:07 vg 1.7.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleFrameSelector.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx index 21a5d6266fff..94704cc2fcbc 100644 --- a/svx/source/accessibility/AccessibleFrameSelector.cxx +++ b/svx/source/accessibility/AccessibleFrameSelector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleFrameSelector.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:24:17 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:37:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,17 +76,17 @@ #endif #ifndef SVX_FRMSEL_HXX -#include "frmsel.hxx" +#include <svx/frmsel.hxx> #endif #ifndef _SVX_DIALMGR_HXX -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #endif #ifndef _UNO_LINGU_HXX #include "unolingu.hxx" #endif #ifndef _SVX_DIALOGS_HRC -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #endif #ifndef SVX_FRMSEL_HRC #include "frmsel.hrc" |