summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/MissingPropertiesException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/MissingPropertiesException.idl')
-rw-r--r--offapi/com/sun/star/ucb/MissingPropertiesException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/MissingPropertiesException.idl b/offapi/com/sun/star/ucb/MissingPropertiesException.idl
index 697087999673..4475ff4a1a2c 100644
--- a/offapi/com/sun/star/ucb/MissingPropertiesException.idl
+++ b/offapi/com/sun/star/ucb/MissingPropertiesException.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This exception is used to indicate that there are properties missing.
<p>For example, to create a new resource, usually one ore more property
@@ -48,13 +46,11 @@ module com { module sun { module star { module ucb {
*/
published exception MissingPropertiesException : com::sun::star::uno::Exception
{
- //-------------------------------------------------------------------------
/** contains the names of the missing properties.
*/
sequence< string > Properties;
};
-//=============================================================================
}; }; }; };