diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-29 09:40:48 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-29 09:40:48 +0100 |
commit | ebdc3ad1ee835212be4eb5fe99d5442c8baff920 (patch) | |
tree | 66ca7b01873416c691b18de76b65b3189421667d /offapi | |
parent | 45ea23ad39a7cbc5d56f428491d236c7e6c32e0d (diff) |
Fix build in offapi.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/XSelectedSheetsSupplier.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/XSelectedSheetsSupplier.idl b/offapi/com/sun/star/sheet/XSelectedSheetsSupplier.idl index 786dba3dba44..fe4957927f7a 100644 --- a/offapi/com/sun/star/sheet/XSelectedSheetsSupplier.idl +++ b/offapi/com/sun/star/sheet/XSelectedSheetsSupplier.idl @@ -28,6 +28,8 @@ #ifndef __com_sun_star_sheet_XSelectedSheetsSupplier_idl__ #define __com_sun_star_sheet_XSelectedSheetsSupplier_idl__ +#include <com/sun/star/uno/XInterface.idl> + module com { module sun { module star { module sheet { interface XSelectedSheetsSupplier: com::sun::star::uno::XInterface |