From c4cd61e7efd0c898c7bd304747c595871e97be6f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 21 Apr 2018 00:29:04 +0300 Subject: Can simplify, our IDL compiler is more clever nowadays Change-Id: Ia5f8c0fcc8d1eb9f6ec3db82b947a16ed3762d01 --- oovbaapi/ooo/vba/excel/XApplication.idl | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'oovbaapi/ooo') diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl index e08627651507..e315b27ddaf3 100644 --- a/oovbaapi/ooo/vba/excel/XApplication.idl +++ b/oovbaapi/ooo/vba/excel/XApplication.idl @@ -21,20 +21,9 @@ #include #include -#include -#include -#include module ooo { module vba { module excel { -interface XRange; -interface XWorkbook; -interface XWorkbooks; -interface XWorksheets; -interface XWorksheetFunction; -interface XWindow; -interface XWorksheet; - interface XApplication { // Application serves as WorksheetFunction object with little differences -- cgit