diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-03-17 00:41:32 +0100 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-03-17 11:00:09 +0000 |
commit | 9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 (patch) | |
tree | 66980c995cd3e056ca9ea2d8c2fac587bd1220ae /include/svx | |
parent | c627f4b92824a7c1900e54e8a66773f45e3766dd (diff) |
cleanup itempool includes
Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10
Reviewed-on: https://gerrit.libreoffice.org/35313
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/fntctrl.hxx | 1 | ||||
-rw-r--r-- | include/svx/numinf.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 84afcfae62b6..758f1eb6bddc 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -22,7 +22,6 @@ #include <vcl/window.hxx> #include <editeng/svxfont.hxx> #include <svx/svxdllapi.h> -#include <svl/itempool.hxx> #include <rtl/ustring.hxx> diff --git a/include/svx/numinf.hxx b/include/svx/numinf.hxx index c99f9859c53c..33035b0444e1 100644 --- a/include/svx/numinf.hxx +++ b/include/svx/numinf.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SVX_NUMINF_HXX #define INCLUDED_SVX_NUMINF_HXX -#include <svl/itempool.hxx> +#include <svl/poolitem.hxx> #include <svx/numfmtsh.hxx> #include <svx/svxdllapi.h> |