summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/Buttons.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/Buttons.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/Buttons.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/oovbaapi/ooo/vba/excel/Buttons.idl b/oovbaapi/ooo/vba/excel/Buttons.idl
index f6763414ae63..e353ecd4aef4 100644
--- a/oovbaapi/ooo/vba/excel/Buttons.idl
+++ b/oovbaapi/ooo/vba/excel/Buttons.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Buttons_idl__
-#define __ooo_vba_excel_Buttons_idl__
-
-#include <ooo/vba/XCollection.idl>
-#include <ooo/vba/excel/XGraphicObjects.idl>
-
module ooo { module vba { module excel {
/** Represents the collection of drawing button controls in a spreadsheet.
@@ -38,6 +32,4 @@ service Buttons
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */