summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/XPropertyControlContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/XPropertyControlContext.idl')
-rw-r--r--offapi/com/sun/star/inspection/XPropertyControlContext.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyControlContext.idl b/offapi/com/sun/star/inspection/XPropertyControlContext.idl
index 96b1006f097e..7738fb8e8c3e 100644
--- a/offapi/com/sun/star/inspection/XPropertyControlContext.idl
+++ b/offapi/com/sun/star/inspection/XPropertyControlContext.idl
@@ -31,10 +31,8 @@
#include <com/sun/star/inspection/XPropertyControlObserver.idl>
-//=============================================================================
module com { module sun { module star { module inspection {
-//-----------------------------------------------------------------------------
/** specifies the interface of the context of an <type>XPropertyControl</type>.
@see XPropertyControl::ControlContext
@@ -51,7 +49,6 @@ interface XPropertyControlContext : XPropertyControlObserver
[oneway] void activateNextControl( [in] XPropertyControl CurrentControl );
};
-//=============================================================================
}; }; }; };