summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/ContentCreationError.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ContentCreationError.idl')
-rw-r--r--offapi/com/sun/star/ucb/ContentCreationError.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/ucb/ContentCreationError.idl b/offapi/com/sun/star/ucb/ContentCreationError.idl
index f7b30e3df2d2..e849d4e5f1b1 100644
--- a/offapi/com/sun/star/ucb/ContentCreationError.idl
+++ b/offapi/com/sun/star/ucb/ContentCreationError.idl
@@ -20,47 +20,38 @@
#define __com_sun_star_ucb_ContentCreationError_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** Codes for content creation errors.
*/
published enum ContentCreationError
{
- //-------------------------------------------------------------------------
/** Unknown.
*/
UNKNOWN,
- //-------------------------------------------------------------------------
/** @deprecated
*/
NO_CONTENT_BROKER,
- //-------------------------------------------------------------------------
/** @deprecated
*/
NO_IDENTIFIER_FACTORY,
- //-------------------------------------------------------------------------
/** Creation of content identifier failed.
*/
IDENTIFIER_CREATION_FAILED,
- //-------------------------------------------------------------------------
/** No Content Provider for given content identifier available.
*/
NO_CONTENT_PROVIDER,
- //-------------------------------------------------------------------------
/** Provider was unable to create the content instance.
*/
CONTENT_CREATION_FAILED
};
-//=============================================================================
}; }; }; };