summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XControlObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XControlObject.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XControlObject.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/oovbaapi/ooo/vba/excel/XControlObject.idl b/oovbaapi/ooo/vba/excel/XControlObject.idl
index 106dd3f7d677..5d054bb70ea9 100644
--- a/oovbaapi/ooo/vba/excel/XControlObject.idl
+++ b/oovbaapi/ooo/vba/excel/XControlObject.idl
@@ -24,7 +24,7 @@
module ooo { module vba { module excel {
-//=============================================================================
+
/** Additional attributes for all drawing controls (this interface does not
belong to ActiveX form controls).
*/
@@ -33,7 +33,7 @@ interface XControlObject : com::sun::star::uno::XInterface
[attribute] boolean AutoSize;
};
-//=============================================================================
+
}; }; };