diff options
Diffstat (limited to 'oovbaapi/ooo/vba/excel/Button.idl')
-rw-r--r-- | oovbaapi/ooo/vba/excel/Button.idl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/oovbaapi/ooo/vba/excel/Button.idl b/oovbaapi/ooo/vba/excel/Button.idl index 2677b018ef5b..9ff412a5ec1d 100644 --- a/oovbaapi/ooo/vba/excel/Button.idl +++ b/oovbaapi/ooo/vba/excel/Button.idl @@ -17,13 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ooo_vba_excel_Button_idl__ -#define __ooo_vba_excel_Button_idl__ - -#include <ooo/vba/excel/XSheetObject.idl> -#include <ooo/vba/excel/XControlObject.idl> -#include <ooo/vba/excel/XButton.idl> - /* Note: This file collects all compatibility interfaces for drawing objects @@ -50,6 +43,4 @@ service Button }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |