diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:36:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:36:55 +0000 |
commit | abf2a29bd5d688b3f8050e18e5e4d73a129aba5d (patch) | |
tree | b40f9b1e40eac0038e271523f1587d5932a4e090 /svx/source/accessibility | |
parent | 34408a14c94a0efc89a2a2390127b6ce734de1cd (diff) |
INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED
2007/06/04 13:26:07 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleEmptyEditSource.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/accessibility/AccessibleEmptyEditSource.cxx b/svx/source/accessibility/AccessibleEmptyEditSource.cxx index f74f80a72982..87710ae906cf 100644 --- a/svx/source/accessibility/AccessibleEmptyEditSource.cxx +++ b/svx/source/accessibility/AccessibleEmptyEditSource.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleEmptyEditSource.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-11-22 10:34:31 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:36:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,19 +47,19 @@ #endif #ifndef _MyEDITDATA_HXX -#include "editdata.hxx" +#include <svx/editdata.hxx> #endif #ifndef _OUTLINER_HXX -#include "outliner.hxx" +#include <svx/outliner.hxx> #endif #ifndef _SVDMODEL_HXX -#include "svdmodel.hxx" +#include <svx/svdmodel.hxx> #endif #ifndef _SVDOBJ_HXX -#include "svdobj.hxx" +#include <svx/svdobj.hxx> #endif //------------------------------------------------------------------------ @@ -69,7 +69,7 @@ //------------------------------------------------------------------------ #include "AccessibleEmptyEditSource.hxx" -#include "unoshtxt.hxx" +#include <svx/unoshtxt.hxx> namespace accessibility { |