summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/FileContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/FileContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/FileContent.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/ucb/FileContent.idl b/offapi/com/sun/star/ucb/FileContent.idl
index 03d479346cfd..e7c8916c97b8 100644
--- a/offapi/com/sun/star/ucb/FileContent.idl
+++ b/offapi/com/sun/star/ucb/FileContent.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
#include <com/sun/star/container/XChild.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A File Content represents either a directory or a file in the local file
system.
@@ -45,19 +43,16 @@ module com { module sun { module star { module ucb {
*/
published service FileContent
{
- //-------------------------------------------------------------------------
/** 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>.
@@ -95,7 +90,6 @@ published service FileContent
*/
interface com::sun::star::ucb::XContentCreator;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
@@ -181,7 +175,6 @@ published service FileContent
*/
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
@@ -193,38 +186,32 @@ published service FileContent
*/
[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;
};
-//=============================================================================
}; }; }; };