summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl b/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl
index 03c4c2ead7b9..1b0c545ef722 100644
--- a/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl
+++ b/offapi/com/sun/star/ucb/TransientDocumentsFolderContent.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/container/XChild.idl>
#include <com/sun/star/ucb/XContentCreator.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A TDCP Folder is a container for other TDCP Folders and TDCP Streams.
<p>It may be contained in another TDCP Folder or in a TDCP Document.
@@ -48,19 +46,16 @@ module com { module sun { module star { module ucb {
*/
service TransientDocumentsFolderContent
{
- //-------------------------------------------------------------------------
/** 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>.
@@ -121,7 +116,6 @@ service TransientDocumentsFolderContent
*/
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
@@ -133,37 +127,31 @@ service TransientDocumentsFolderContent
*/
[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;
- //-------------------------------------------------------------------------
/** This interface is implemented according to the specification of
service <type>Content</type>.
@@ -196,7 +184,6 @@ service TransientDocumentsFolderContent
interface com::sun::star::ucb::XContentCreator;
};
-//=============================================================================
}; }; }; };