summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/inspection/XPropertyHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/XPropertyHandler.idl')
-rw-r--r--offapi/com/sun/star/inspection/XPropertyHandler.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl
index b4fe454a4138..bf41b2cdcba3 100644
--- a/offapi/com/sun/star/inspection/XPropertyHandler.idl
+++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl
@@ -37,13 +37,11 @@
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/inspection/InteractiveSelectionResult.idl>
-//=============================================================================
module com { module sun { module star { module inspection {
interface XObjectInspectorUI;
interface XPropertyControlFactory;
-//-----------------------------------------------------------------------------
/** is the basic interface for object inspection.
<p>The <type>ObjectInspector</type> itself does not know anything about the object
@@ -446,7 +444,6 @@ interface XPropertyHandler
boolean suspend( [in] boolean Suspend );
};
-//=============================================================================
}; }; }; };