summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/Button.idl
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:34:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 09:51:30 -0600
commit07c638f9421f0d17078d52c1574e1614262af37f (patch)
tree6d7baa128b81c3cc4445c057d8f71d5b6a7b9f16 /oovbaapi/ooo/vba/excel/Button.idl
parentda290f39fc3029215bd1dc78731d2cea25f13e92 (diff)
Remove visual noise from oovbaapi
Change-Id: I9e378028bf876fdb01c139d7d747558cac1de28c Reviewed-on: https://gerrit.libreoffice.org/8287 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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;
};
-//=============================================================================
+
}; }; };