summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XPersistentPropertySet.idl')
-rw-r--r--offapi/com/sun/star/ucb/XPersistentPropertySet.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/XPersistentPropertySet.idl b/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
index ee16afdfb058..7e4fbf069484 100644
--- a/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
+++ b/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
@@ -21,14 +21,12 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
// forward.
published interface XPropertySetRegistry;
-//=============================================================================
/** A persistent property set, which can be saved in and restored from a
<type>XPropertySetRegistry</type>.
@@ -37,7 +35,6 @@ module com { module sun { module star { module ucb {
*/
published interface XPersistentPropertySet : com::sun::star::beans::XPropertySet
{
- //-------------------------------------------------------------------------
/** returns the registry used to store the property set.
@returns
@@ -45,7 +42,6 @@ published interface XPersistentPropertySet : com::sun::star::beans::XPropertySet
*/
com::sun::star::ucb::XPropertySetRegistry getRegistry();
- //-------------------------------------------------------------------------
/** returns the key used to address the set in the property set registry.
@returns
@@ -54,7 +50,6 @@ published interface XPersistentPropertySet : com::sun::star::beans::XPropertySet
string getKey();
};
-//=============================================================================
}; }; }; };