summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl80
1 files changed, 0 insertions, 80 deletions
diff --git a/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl b/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl
deleted file mode 100644
index 86917ad83..000000000
--- a/offapi/com/sun/star/ucb/GnomeVFSFolderContent.idl
+++ /dev/null
@@ -1,80 +0,0 @@
-#ifndef __com_sun_star_ucb_GnomeVFSFolderContent_idl__
-#define __com_sun_star_ucb_GnomeVFSFolderContent_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/ucb/XContent.idl>
-#include <com/sun/star/ucb/XCommandProcessor.idl>
-#include <com/sun/star/ucb/XCommandProcessor2.idl>
-#include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
-#include <com/sun/star/beans/XPropertyContainer.idl>
-#include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
-#include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
-#include <com/sun/star/container/XChild.idl>
-#include <com/sun/star/ucb/XContentCreator.idl>
-
-//=============================================================================
-
-module com { module sun { module star { module ucb {
-
-//=============================================================================
-/** A DCP Folder is a container for other DCP Folders or Documents.
-
- @see com::sun::star::ucb::GnomeVFSContentProvider
- @see com::sun::star::ucb::GnomeVFSDocumentContent
-*/
-service GnomeVFSFolderContent
-{
- //-------------------------------------------------------------------------
- /** 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;
-
- interface com::sun::star::ucb::XCommandProcessor;
-
- [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;
-
- interface com::sun::star::ucb::XContentCreator;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif