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