summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/Worksheet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/Worksheet.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/Worksheet.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/oovbaapi/ooo/vba/excel/Worksheet.idl b/oovbaapi/ooo/vba/excel/Worksheet.idl
index b239d89ebb35..a16d7b0b1325 100644
--- a/oovbaapi/ooo/vba/excel/Worksheet.idl
+++ b/oovbaapi/ooo/vba/excel/Worksheet.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Worksheet_idl__
-#define __ooo_vba_excel_Worksheet_idl__
-
-#include <ooo/vba/excel/XWorksheet.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-#include <com/sun/star/frame/XModel.idl>
-
module ooo { module vba { module excel {
service Worksheet : XWorksheet
{
@@ -32,6 +25,4 @@ service Worksheet : XWorksheet
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */