diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-08-20 12:17:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-08-20 12:17:10 +0200 |
commit | 9c161b223a50120f23b7e84b372c3dfcd4177f81 (patch) | |
tree | 472e42565b713ce58a8b05b041d1cd13e74206fd /offapi | |
parent | 248e6c2f22a780cbdb35d5be4dc3d32d71b878ef (diff) |
offapi: add missing #include that could cause trouble for SDK users
... as reported by ccsheller on IRC.
Change-Id: I416b31d15388be28ca493f1f147c7786f339e6cb
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/FillProperties.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl index 77a99e08c936..8897a826a07a 100644 --- a/offapi/com/sun/star/drawing/FillProperties.idl +++ b/offapi/com/sun/star/drawing/FillProperties.idl @@ -26,7 +26,7 @@ #include <com/sun/star/drawing/BitmapMode.idl> #include <com/sun/star/awt/XBitmap.idl> #include <com/sun/star/drawing/RectanglePoint.idl> - +#include <com/sun/star/text/GraphicCrop.idl> module com { module sun { module star { module drawing { |