summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/Button.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/Button.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/Button.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/oovbaapi/ooo/vba/excel/Button.idl b/oovbaapi/ooo/vba/excel/Button.idl
index dc7aafa559c7..2677b018ef5b 100644
--- a/oovbaapi/ooo/vba/excel/Button.idl
+++ b/oovbaapi/ooo/vba/excel/Button.idl
@@ -24,19 +24,19 @@
#include <ooo/vba/excel/XControlObject.idl>
#include <ooo/vba/excel/XButton.idl>
-//=============================================================================
+
/* Note: This file collects all compatibility interfaces for drawing objects
and drawing controls embedded in sheets. All these symbols are deprecated
in VBA and kept for compatibility with old VBA scripts. */
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
-//=============================================================================
+
+
/** Represents a drawing button control in a spreadsheet. */
service Button
@@ -46,7 +46,7 @@ service Button
interface XButton;
};
-//=============================================================================
+
}; }; };