diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-07 04:14:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-21 14:01:18 +0100 |
commit | 3f0dbd2cbe17f276ac3b2445ac76ff0cafc260c6 (patch) | |
tree | d87fc89e187bf641b46a6325c01b6014eef1efbe /offapi | |
parent | 4fcda14828d2fa65cc2541ed3e3cb93dd7bc9ac8 (diff) |
Fix build breaker: missing css::uno::XInterface include
(cherry picked from commit 9a421d5c9c0fd4f04c08c10e24275255fdf34f83)
Change-Id: I27c4602a5144fddb18190698d0928b9b96af8a9b
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/XStatusbarItem.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/XStatusbarItem.idl b/offapi/com/sun/star/ui/XStatusbarItem.idl index 182af2f4428b..5bb679193a64 100644 --- a/offapi/com/sun/star/ui/XStatusbarItem.idl +++ b/offapi/com/sun/star/ui/XStatusbarItem.idl @@ -18,6 +18,7 @@ #ifndef __com_sun_star_ui_XStatusbarItem_idl__ #define __com_sun_star_ui_XStatusbarItem_idl__ +#include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/awt/Rectangle.idl> module com { module sun { module star { module ui { |