summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/XFastPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XFastPropertySet.idl')
-rw-r--r--udkapi/com/sun/star/beans/XFastPropertySet.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl
index 4d3e199f4525..2a214ea95d0f 100644
--- a/udkapi/com/sun/star/beans/XFastPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XFastPropertySet.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/WrappedTargetException.idl>
-//=============================================================================
module com { module sun { module star { module beans {
-//=============================================================================
/** provides a fast way of accessing and changing property values.
@@ -44,7 +42,6 @@ module com { module sun { module star { module beans {
*/
published interface XFastPropertySet: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets the value to the property with the specified name.
@@ -79,7 +76,6 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
com::sun::star::lang::IllegalArgumentException,
com::sun::star::lang::WrappedTargetException );
- //-------------------------------------------------------------------------
/** @returns
the value of the property with the name PropertyName.
@@ -101,7 +97,6 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };