summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XHyperlinks.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XHyperlinks.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XHyperlinks.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/oovbaapi/ooo/vba/excel/XHyperlinks.idl b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
index a19da582ca1c..7e33f2dfc9aa 100644
--- a/oovbaapi/ooo/vba/excel/XHyperlinks.idl
+++ b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
@@ -22,21 +22,21 @@
#include <ooo/vba/XCollection.idl>
-//=============================================================================
+
module ooo { module vba { module excel {
-//=============================================================================
+
interface XHyperlink;
interface XHyperlinks
{
- // ------------------------------------------------------------------------
+
interface ::ooo::vba::XCollection;
- // ------------------------------------------------------------------------
+
XHyperlink Add(
[in] any Anchor,
@@ -45,19 +45,19 @@ interface XHyperlinks
[in] any ScreenTip,
[in] any TextToDisplay );
- // ------------------------------------------------------------------------
+
void Delete();
- // ------------------------------------------------------------------------
+
};
-//=============================================================================
+
}; }; };
-//=============================================================================
+
#endif