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/fntszctl.cxx | |
parent | aed3f1817f4de6314285efed1e48dc7c305e4f67 (diff) |
#i107450#: make svx buildable with new editeng lib
Diffstat (limited to 'svx/source/mnuctrls/fntszctl.cxx')
-rw-r--r-- | svx/source/mnuctrls/fntszctl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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> |