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 /forms | |
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 'forms')
-rw-r--r-- | forms/source/richtext/richtextmodel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/forms/source/richtext/richtextmodel.cxx b/forms/source/richtext/richtextmodel.cxx index 6c7c58f9ff78..b0a6318e45ea 100644 --- a/forms/source/richtext/richtextmodel.cxx +++ b/forms/source/richtext/richtextmodel.cxx @@ -27,6 +27,7 @@ #include <cppuhelper/typeprovider.hxx> #include <comphelper/guarding.hxx> +#include <svl/itempool.hxx> #include <toolkit/awt/vclxdevice.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <editeng/editstat.hxx> |