summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/XHyperlinkControl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/XHyperlinkControl.idl')
-rw-r--r--offapi/com/sun/star/inspection/XHyperlinkControl.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/inspection/XHyperlinkControl.idl b/offapi/com/sun/star/inspection/XHyperlinkControl.idl
index 03dfd80abaca..1e9b42e94924 100644
--- a/offapi/com/sun/star/inspection/XHyperlinkControl.idl
+++ b/offapi/com/sun/star/inspection/XHyperlinkControl.idl
@@ -32,10 +32,8 @@
#include <com/sun/star/inspection/XPropertyControl.idl>
#include <com/sun/star/awt/XActionListener.idl>
-//=============================================================================
module com { module sun { module star { module inspection {
-//-----------------------------------------------------------------------------
/** defines the interface for an <type>XPropertyControl</type> which displays its value
in a hyperlink-like way
@@ -58,7 +56,6 @@ interface XHyperlinkControl : XPropertyControl
void removeActionListener( [in] com::sun::star::awt::XActionListener listener );
};
-//=============================================================================
}; }; }; };