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 | 7244b6bb5d8b6d109061ac693bb979821ce49b00 (patch) | |
tree | d67b46f0fc9fce66dda2dd7f2365e682c8d3808d /sd/source/ui/func/fubullet.cxx | |
parent | 9743ac6edb0334279a06c83c15323a9321be8107 (diff) |
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'sd/source/ui/func/fubullet.cxx')
-rw-r--r-- | sd/source/ui/func/fubullet.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fubullet.cxx b/sd/source/ui/func/fubullet.cxx index fac03893a880..ac0ba744e964 100644 --- a/sd/source/ui/func/fubullet.cxx +++ b/sd/source/ui/func/fubullet.cxx @@ -37,9 +37,9 @@ #ifndef _BINDING_HXX //autogen #include <sfx2/bindings.hxx> #endif -#include <svx/eeitem.hxx> +#include <editeng/eeitem.hxx> #include <svl/poolitem.hxx> -#include <svx/fontitem.hxx> +#include <editeng/fontitem.hxx> #include "OutlineViewShell.hxx" #include "DrawViewShell.hxx" #include "Window.hxx" |