diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-13 21:41:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-25 14:17:32 +0100 |
commit | 5df31134f151d2bd5cd921d91441b1752025662e (patch) | |
tree | 9203309433877a626eb36e66c440f641caa0d2ce /canvas/source/simplecanvas/simplecanvasimpl.cxx | |
parent | e8db364c1db90177aa02650b608860244c0fb0be (diff) |
tdf#42949 Fix IWYU warnings in include/canvas/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I93d516146ba44d83f84cb245e712ef6d14634a18
Reviewed-on: https://gerrit.libreoffice.org/68035
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'canvas/source/simplecanvas/simplecanvasimpl.cxx')
-rw-r--r-- | canvas/source/simplecanvas/simplecanvasimpl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/canvas/source/simplecanvas/simplecanvasimpl.cxx b/canvas/source/simplecanvas/simplecanvasimpl.cxx index 2e38ee8ffc2b..fb82b701459a 100644 --- a/canvas/source/simplecanvas/simplecanvasimpl.cxx +++ b/canvas/source/simplecanvas/simplecanvasimpl.cxx @@ -21,6 +21,7 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> +#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/XServiceName.hpp> #include <com/sun/star/rendering/CompositeOperation.hpp> #include <com/sun/star/rendering/PanoseLetterForm.hpp> |