diff options
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XFormatCondition.idl')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XFormatCondition.idl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/oovbaapi/ooo/vba/excel/XFormatCondition.idl b/oovbaapi/ooo/vba/excel/XFormatCondition.idl index aed549996e4f..2a94f9f3ac85 100644 --- a/oovbaapi/ooo/vba/excel/XFormatCondition.idl +++ b/oovbaapi/ooo/vba/excel/XFormatCondition.idl @@ -17,12 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ooo_vba_excel_XFormatCondition_idl__ -#define __ooo_vba_excel_XFormatCondition_idl__ - -#include <com/sun/star/script/BasicErrorException.idl> -#include <ooo/vba/XHelperInterface.idl> - module ooo { module vba { module excel { interface XFont; @@ -65,6 +59,4 @@ interface XFormatCondition }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |