diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:21:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:01 +0200 |
commit | bb6503dd081ebb4d11929ab1946eea8d60dd817c (patch) | |
tree | e2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /udkapi/com/sun/star/loader | |
parent | 4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff) |
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g"
Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r-- | udkapi/com/sun/star/loader/CannotActivateFactoryException.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl index 0a7251c1c68e..9b36aee809fa 100644 --- a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl +++ b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl @@ -28,7 +28,7 @@ /** indicates an error during component activation <p> This exception is thrown when an application tries to activate a component factory using the - <member>XImplementationLoader::activate()</member> + XImplementationLoader::activate() method, but the component factory can not be activated. <p> Possible reasons for this error is a missing shared library or .jar file, |