diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:44:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:44:57 +0000 |
commit | 852340aef9bf4f54f0212377b5270afa1e116c76 (patch) | |
tree | d433573bfc5c66b71604450157c36dad0b16232f /svx/source/dialog/SpellDialog.cxx | |
parent | 0bbd82d4cadda496ad33f42de39793acd0eb2669 (diff) |
INTEGRATION: CWS vgbugs07 (1.17.32); FILE MERGED
2007/06/04 13:26:10 vg 1.17.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/SpellDialog.cxx')
-rw-r--r-- | svx/source/dialog/SpellDialog.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/dialog/SpellDialog.cxx b/svx/source/dialog/SpellDialog.cxx index aabb08873240..08a102710d47 100644 --- a/svx/source/dialog/SpellDialog.cxx +++ b/svx/source/dialog/SpellDialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SpellDialog.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2007-06-27 12:52:25 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:44:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ #endif #ifndef _SVX_SPLWRAP_HXX -#include "splwrap.hxx" +#include <svx/splwrap.hxx> #endif #ifndef _LINGUISTIC_LNGPROPS_HHX_ #include <linguistic/lngprops.hxx> @@ -103,20 +103,20 @@ #endif -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #include <helpid.hrc> #include "SpellDialog.hrc" #include "optitems.hxx" -#include "svxenum.hxx" -#include "SpellDialogChildWindow.hxx" +#include <svx/svxenum.hxx> +#include <svx/SpellDialogChildWindow.hxx> #include "SpellDialog.hxx" -//#include "splwrap.hxx" // Der Wrapper +//#include <svx/splwrap.hxx> // Der Wrapper #include "dlgutil.hxx" // language -#include "optlingu.hxx" -#include "dialmgr.hxx" +#include <svx/optlingu.hxx> +#include <svx/dialmgr.hxx> #include "svxerr.hxx" #include "treeopt.hxx" |