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 | 1956889ee9e2eb87b0ca7987aa4ad2b001b8a78a (patch) | |
tree | 2271fc6dbfe386867f3e678263f343b7c21dc443 /reportdesign/source/ui/misc | |
parent | 054f3be00c017c1dfebc0d025906fe238e7f8931 (diff) |
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'reportdesign/source/ui/misc')
-rw-r--r-- | reportdesign/source/ui/misc/UITools.cxx | 50 | ||||
-rw-r--r-- | reportdesign/source/ui/misc/toolboxcontroller.cxx | 6 |
2 files changed, 28 insertions, 28 deletions
diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx index a41505666..8173fc0a0 100644 --- a/reportdesign/source/ui/misc/UITools.cxx +++ b/reportdesign/source/ui/misc/UITools.cxx @@ -48,35 +48,35 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <svx/svdpool.hxx> -#include <svx/charscaleitem.hxx> +#include <editeng/charscaleitem.hxx> #include <svx/algitem.hxx> #include <svx/svdpagv.hxx> #include <svx/xtable.hxx> // XColorTable -#include <svx/brshitem.hxx> -#include <svx/fontitem.hxx> -#include <svx/emphitem.hxx> -#include <svx/postitem.hxx> -#include <svx/udlnitem.hxx> -#include <svx/crsditem.hxx> -#include <svx/cntritem.hxx> -#include <svx/langitem.hxx> -#include <svx/wghtitem.hxx> -#include <svx/fhgtitem.hxx> -#include <svx/shdditem.hxx> -#include <svx/escpitem.hxx> -#include <svx/prszitem.hxx> -#include <svx/wrlmitem.hxx> -#include <svx/cmapitem.hxx> -#include <svx/kernitem.hxx> -#include <svx/blnkitem.hxx> -#include <svx/flstitem.hxx> -#include <svx/akrnitem.hxx> -#include <svx/colritem.hxx> +#include <editeng/brshitem.hxx> +#include <editeng/fontitem.hxx> +#include <editeng/emphitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/crsditem.hxx> +#include <editeng/cntritem.hxx> +#include <editeng/langitem.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/escpitem.hxx> +#include <editeng/prszitem.hxx> +#include <editeng/wrlmitem.hxx> +#include <editeng/cmapitem.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/blnkitem.hxx> +#include <editeng/flstitem.hxx> +#include <editeng/akrnitem.hxx> +#include <editeng/colritem.hxx> #include <svx/drawitem.hxx> -#include <svx/twolinesitem.hxx> -#include <svx/charreliefitem.hxx> -#include <svx/charrotateitem.hxx> -#include <svx/charhiddenitem.hxx> +#include <editeng/twolinesitem.hxx> +#include <editeng/charreliefitem.hxx> +#include <editeng/charrotateitem.hxx> +#include <editeng/charhiddenitem.hxx> #include <svx/xgrscit.hxx> #include <svx/svditer.hxx> #include <svx/xtable.hxx> diff --git a/reportdesign/source/ui/misc/toolboxcontroller.cxx b/reportdesign/source/ui/misc/toolboxcontroller.cxx index 61858d01a..bd341476c 100644 --- a/reportdesign/source/ui/misc/toolboxcontroller.cxx +++ b/reportdesign/source/ui/misc/toolboxcontroller.cxx @@ -51,10 +51,10 @@ #define ITEMID_BRUSH 2 #define ITEMID_FONT 3 #define ITEMID_FONTHEIGHT 4 -#include <svx/fontitem.hxx> -#include <svx/fhgtitem.hxx> +#include <editeng/fontitem.hxx> +#include <editeng/fhgtitem.hxx> #include <svx/tbcontrl.hxx> -#include <svx/colritem.hxx> +#include <editeng/colritem.hxx> #include <svx/tbxcustomshapes.hxx> #include <comphelper/sequence.hxx> |