diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:31:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:31:54 +0000 |
commit | e62c9c9197c7337797dcfe53b01b568acb533972 (patch) | |
tree | 741ed1fc0faf6f4113b232c3661b07ecebf8573e | |
parent | 3cedaf0ac3e9d48ffe1b285929c6b9970edc401d (diff) |
INTEGRATION: CWS vgbugs07 (1.8.258); FILE MERGED
2007/06/04 13:26:05 vg 1.8.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svx/inc/edtspell.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/inc/edtspell.hxx b/svx/inc/edtspell.hxx index 2a72449a6c26..a3d319eedadc 100644 --- a/svx/inc/edtspell.hxx +++ b/svx/inc/edtspell.hxx @@ -4,9 +4,9 @@ * * $RCSfile: edtspell.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 12:36:26 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:31:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,10 @@ #ifndef _EDTSPELL_HXX #define _EDTSPELL_HXX -#include <svxbox.hxx> -#include <svxenum.hxx> -#include <splwrap.hxx> -#include <svxacorr.hxx> +#include <svx/svxbox.hxx> +#include <svx/svxenum.hxx> +#include <svx/splwrap.hxx> +#include <svx/svxacorr.hxx> #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include <com/sun/star/uno/Reference.h> |