summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl')
-rw-r--r--offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl b/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
index 20aca8332f96..8aa2555083ca 100644
--- a/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
+++ b/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
@@ -25,10 +25,10 @@
module com { module sun { module star { module ucb {
-/** This exception is used to indicate that the requested <type>OpenMode</type>
+/** This exception is used to indicate that the requested OpenMode
is not supported.
- <p>For example, each <type>OpenCommandArgument</type> supplied as argument
+ <p>For example, each OpenCommandArgument supplied as argument
of the command "open" contains such an open mode.
@version 1.0
@@ -37,7 +37,7 @@ module com { module sun { module star { module ucb {
*/
published exception UnsupportedOpenModeException : com::sun::star::uno::Exception
{
- /** contains the <type>OpenMode</type> that is not supported.
+ /** contains the OpenMode that is not supported.
*/
short Mode;
};