summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XGraphicObjects.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XGraphicObjects.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/oovbaapi/ooo/vba/excel/XGraphicObjects.idl b/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
index 7933ef68b479..42a7152cc97e 100644
--- a/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
@@ -26,17 +26,17 @@
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
/* Note: This file collects all compatibility interfaces for collections of
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 {
-//=============================================================================
+
/** Collections that implement this interface provide access to a specific type
of drawing objects in a single sheet.
@@ -80,7 +80,7 @@ interface XGraphicObjects : com::sun::star::uno::XInterface
any Add( [in] any Left, [in] any Top, [in] any Width, [in] any Height );
};
-//=============================================================================
+
}; }; };