summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/view/XControlAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XControlAccess.idl')
-rw-r--r--offapi/com/sun/star/view/XControlAccess.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/view/XControlAccess.idl b/offapi/com/sun/star/view/XControlAccess.idl
index df90ebb1495e..19060b184d69 100644
--- a/offapi/com/sun/star/view/XControlAccess.idl
+++ b/offapi/com/sun/star/view/XControlAccess.idl
@@ -28,11 +28,9 @@
#include <com/sun/star/container/NoSuchElementException.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** provides access to the controls in a view.
@@ -40,7 +38,6 @@ module com { module sun { module star { module view {
*/
published interface XControlAccess: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** is called to get the control from the specified control model.
*/
com::sun::star::awt::XControl getControl( [in] com::sun::star::awt::XControlModel xModel )
@@ -48,7 +45,6 @@ published interface XControlAccess: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };