summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/PersistentPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/PersistentPropertySet.idl')
-rw-r--r--offapi/com/sun/star/ucb/PersistentPropertySet.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ucb/PersistentPropertySet.idl b/offapi/com/sun/star/ucb/PersistentPropertySet.idl
index 088848487d42..d6e829b62e1e 100644
--- a/offapi/com/sun/star/ucb/PersistentPropertySet.idl
+++ b/offapi/com/sun/star/ucb/PersistentPropertySet.idl
@@ -24,38 +24,31 @@
#include <com/sun/star/beans/XPropertyAccess.idl>
#include <com/sun/star/container/XNamed.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This service contains the interfaces to implement by objects
returned by <member>XPropertySetRegistry::openPropertySet</member>.
*/
published service PersistentPropertySet
{
- //-------------------------------------------------------------------------
/** An interface implementing a persistent property set.
*/
interface com::sun::star::ucb::XPersistentPropertySet;
- //-------------------------------------------------------------------------
/** An interface for getting/setting the name (key) of the property set.
*/
interface com::sun::star::container::XNamed;
- //-------------------------------------------------------------------------
/** An interface for adding/removing a property to/from the set.
*/
interface com::sun::star::beans::XPropertyContainer;
- //-------------------------------------------------------------------------
/** An interface for getting/setting multiple properties at once.
*/
interface com::sun::star::beans::XPropertyAccess;
};
-//=============================================================================
}; }; }; };