summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl')
-rw-r--r--udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
index 1a3d1346168d..7a666819a980 100644
--- a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
+++ b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module registry {
/** is thrown when an application tries to register a new component (implementation) using the
- <member>XImplementationRegistration::registerImplementation()</member>
+ XImplementationRegistration::registerImplementation()
method, but the component cannot be registered. The reason for this exception could be:<br>
<br><ul>
<li>the component cannot be found or cannot be loaded (missing path or classpath)