summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/HelpContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/HelpContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/HelpContent.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/ucb/HelpContent.idl b/offapi/com/sun/star/ucb/HelpContent.idl
index b4877e4e8b92..ebe6c3137156 100644
--- a/offapi/com/sun/star/ucb/HelpContent.idl
+++ b/offapi/com/sun/star/ucb/HelpContent.idl
@@ -29,11 +29,9 @@
#include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
#include <com/sun/star/container/XChild.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A Help Content represents either a directory object allowing access to a
search engine and to index information for the respective module, or an
object allowing access to the concrete written help content.
@@ -42,19 +40,16 @@ module com { module sun { module star { module ucb {
*/
published service HelpContent
{
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::lang::XComponent;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::ucb::XContent;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
@@ -131,7 +126,6 @@ published service HelpContent
*/
interface com::sun::star::ucb::XCommandProcessor;
- //-------------------------------------------------------------------------
/** is an enhanced version of <type>XCommandProcessor</type> that has an
additional method for releasing command identifiers obtained via
<member>XCommandProcessor::createCommandIdentifier</member> to avoid
@@ -143,38 +137,32 @@ published service HelpContent
*/
[optional] interface com::sun::star::ucb::XCommandProcessor2;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::beans::XPropertiesChangeNotifier;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::beans::XPropertyContainer;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::ucb::XCommandInfoChangeNotifier;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
*/
interface com::sun::star::container::XChild;
};
-//=============================================================================
}; }; }; };