diff options
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/tools/canvastools.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/tools/unopolypolygon.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/tools/unotools.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/basegfx/source/tools/canvastools.cxx b/basegfx/source/tools/canvastools.cxx index ff5c4957ae98..e65ae9ce44b3 100644 --- a/basegfx/source/tools/canvastools.cxx +++ b/basegfx/source/tools/canvastools.cxx @@ -28,6 +28,7 @@ #include <com/sun/star/geometry/IntegerSize2D.hpp> #include <com/sun/star/geometry/IntegerPoint2D.hpp> #include <com/sun/star/geometry/IntegerRectangle2D.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/rendering/XPolyPolygon2D.hpp> #include <com/sun/star/rendering/XGraphicDevice.hpp> #include <com/sun/star/awt/Size.hpp> diff --git a/basegfx/source/tools/unopolypolygon.cxx b/basegfx/source/tools/unopolypolygon.cxx index 6d87f738448c..05318647c2fb 100644 --- a/basegfx/source/tools/unopolypolygon.cxx +++ b/basegfx/source/tools/unopolypolygon.cxx @@ -18,6 +18,7 @@ */ #include <com/sun/star/geometry/AffineMatrix2D.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/rendering/RenderState.hpp> #include <com/sun/star/rendering/ViewState.hpp> #include <com/sun/star/rendering/XCanvas.hpp> diff --git a/basegfx/source/tools/unotools.cxx b/basegfx/source/tools/unotools.cxx index 4e98741b9525..ab4205ac71f5 100644 --- a/basegfx/source/tools/unotools.cxx +++ b/basegfx/source/tools/unotools.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> #include <com/sun/star/drawing/PointSequence.hpp> #include <com/sun/star/drawing/FlagSequence.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygon.hxx> |