diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
commit | 062389b010a139129682709876e3d092de234af5 (patch) | |
tree | c6e91a6bfbafb5069abfec8657395ef068e2d343 /cui/source/dialogs/thesdlg.cxx | |
parent | 8478b0c12b1e51be005551a5e00b7b577b8a3d60 (diff) |
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'cui/source/dialogs/thesdlg.cxx')
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 5cd53e5521c6..6ac180501947 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -44,11 +44,12 @@ #include <svx/svxerr.hxx> #include "cuires.hrc" #include "thesdlg.hrc" -#include <svx/unolingu.hxx> +#include <editeng/unolingu.hxx> #include <svx/langbox.hxx> #include <svtools/langtab.hxx> #include "dialmgr.hxx" #include <svx/dialogs.hrc> +#include <editeng/editerr.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::lang; |