diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-03-23 12:30:53 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-03-23 12:30:53 +0000 |
commit | 9bd5d41fa2d5c1fba9d3b8424dd28acdbf2d5acd (patch) | |
tree | 2dc1ca10245a6e527620bfbb2ec2b61142705833 /uui | |
parent | dae31dbfc6263325accc995f889f647eaf8056c6 (diff) |
File was not valid!
Diffstat (limited to 'uui')
-rw-r--r-- | uui/util/uui.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/uui/util/uui.xml b/uui/util/uui.xml index c0685038d86f..17902941c426 100644 --- a/uui/util/uui.xml +++ b/uui/util/uui.xml @@ -7,19 +7,16 @@ </module-name> <component-description> - <supported-service> - com.sun.star.uui.InteractionHandler - </supported-service> - <description> - This component implements an Interaction Handler for the UCB. - It uses VCL to visualize and handle interaction requests. - </description> <author> Stephan Bergmann </author> <name> UUIInteractionHandler </name> + <description> + This component implements an Interaction Handler for the UCB. + It uses VCL to visualize and handle interaction requests. + </description> <loader-name> com.sun.star.loader.SharedLibrary </loader-name> @@ -27,6 +24,9 @@ c++ </language> <status value="final"/> + <supported-service> + com.sun.star.uui.InteractionHandler + </supported-service> <type> com.sun.star.connection.XConnection </type> <type> com.sun.star.lang.Locale </type> |