summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XButton.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XButton.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/oovbaapi/ooo/vba/excel/XButton.idl b/oovbaapi/ooo/vba/excel/XButton.idl
index c4646b7e7090..4a7f803ffc85 100644
--- a/oovbaapi/ooo/vba/excel/XButton.idl
+++ b/oovbaapi/ooo/vba/excel/XButton.idl
@@ -29,7 +29,7 @@
module ooo { module vba { module excel {
-//=============================================================================
+
/** Additional attributes for a push button drawing control (this interface
does not belong to ActiveX form controls).
@@ -56,7 +56,7 @@ interface XButton : com::sun::star::uno::XInterface
XCharacters Characters( [in] any Start, [in] any Length );
};
-//=============================================================================
+
}; }; };