diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-07 18:52:36 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-07 18:52:36 +0100 |
commit | 67791d91c26061b34a0084ca4011d58a0f8ff3c5 (patch) | |
tree | a39ec564a1d90f573a96d3cbd539fc95c8ac6cda /svx/source/mnuctrls | |
parent | aed3f1817f4de6314285efed1e48dc7c305e4f67 (diff) |
#i107450#: make svx buildable with new editeng lib
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/fntctl.cxx | 4 | ||||
-rw-r--r-- | svx/source/mnuctrls/fntszctl.cxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/mnuctrls/fntctl.cxx b/svx/source/mnuctrls/fntctl.cxx index 1b00c199da48..85245f607230 100644 --- a/svx/source/mnuctrls/fntctl.cxx +++ b/svx/source/mnuctrls/fntctl.cxx @@ -39,8 +39,8 @@ #include <svx/fntctl.hxx> // #include <svx/svxids.hrc> -#include "flstitem.hxx" -#include "fontitem.hxx" +#include "editeng/flstitem.hxx" +#include "editeng/fontitem.hxx" // STATIC DATA ----------------------------------------------------------- diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx index 4a4f2a54a1f0..374d29d570d6 100644 --- a/svx/source/mnuctrls/fntszctl.cxx +++ b/svx/source/mnuctrls/fntszctl.cxx @@ -42,9 +42,9 @@ #include <svx/fntszctl.hxx> // #include <svx/dialogs.hrc> -#include <svx/fhgtitem.hxx> -#include "fontitem.hxx" -#include "flstitem.hxx" +#include <editeng/fhgtitem.hxx> +#include "editeng/fontitem.hxx" +#include "editeng/flstitem.hxx" #include "dlgutil.hxx" #include <svx/dialmgr.hxx> |