diff options
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XBorder.idl')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XBorder.idl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/oovbaapi/ooo/vba/excel/XBorder.idl b/oovbaapi/ooo/vba/excel/XBorder.idl index b49a1d7c5c8e..3b0557c87787 100644 --- a/oovbaapi/ooo/vba/excel/XBorder.idl +++ b/oovbaapi/ooo/vba/excel/XBorder.idl @@ -16,11 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ooo_vba_excel_XBorder_idl__ -#define __ooo_vba_excel_XBorder_idl__ - -#include <com/sun/star/uno/XInterface.idl> -#include <ooo/vba/XHelperInterface.idl> module ooo { module vba { module excel { @@ -42,7 +37,5 @@ interface XBorder }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |