diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 17:02:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:08 +0200 |
commit | 8a3543340fc8026121a7e4d681b3fce7c920bc1f (patch) | |
tree | 3ed60f1879838b3c4b5cc5d542b94d2dba781182 /udkapi | |
parent | 48661084104b5d52f7421909131e153639e653f2 (diff) |
*api: fix a bunch of "illegal" and "empty" tags
Apparently doxygen doesn't like XML-style empty elements.
Change-Id: I0fe8105a196fa3cf5b980f0b6f18933adf8a1d53
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/bridge/OleApplicationRegistration.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/bridge/XBridgeSupplier2.idl | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl b/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl index 69e2cd88d619..61dec5ffe16d 100644 --- a/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl +++ b/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl @@ -27,7 +27,8 @@ /** registers UNO objects as COM objects. - <p /> + + <p> That is, COM class factories are registered with COM at runtime. The required EXE server is the application which deploys this service. In order to access the factories by COM API functions, there need to be proper registry entries. This service @@ -35,10 +36,11 @@ The instantiation of the registered objects can be carried out by any ordinary mechanism which is used in a certain language to create COM components. For example, CreateObject in Visual Basic, CoCreateInstance in C++. - <p /> + </p><p> Currently only a factory for the service com.sun.star.long.MultiServiceFactory is registered by this service. The CLSID is {82154420-0FBF-11d4-8313-005004526AB4} and the ProgId is com.sun.star.ServiceManager. + </p> <p>OleApplicationRegistration does not provide any particular interface because the UNO objects are registered while instantiating this service and deregistered diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl index fb4b2424565b..d393083d180d 100644 --- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl +++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl @@ -29,7 +29,7 @@ /** defines the interface for creating bridges to other object models. - <p /> + <p> The created bridges are transparent to the user. That is, if one maps an interface into the target model, then the resulting target interface |