summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-12-07 04:14:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 11:34:36 +0100
commit81164008ba09e19a49fa605b5f5883014f397bdb (patch)
tree0e61c0fc7098aade91e4b09edf0865e97f6e9da2 /offapi
parentf2299ef98c9db7018c413b06b08baa6e2c9dd257 (diff)
Fix build breaker: missing css::uno::XInterface include
(cherry picked from commit 9a421d5c9c0fd4f04c08c10e24275255fdf34f83) Change-Id: I27c4602a5144fddb18190698d0928b9b96af8a9b (cherry picked from commit 3f0dbd2cbe17f276ac3b2445ac76ff0cafc260c6)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/XStatusbarItem.idl1
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 {