diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-04-27 07:21:29 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-04-27 07:21:29 +0000 |
commit | 2b434778cc14b8adbdfb4e10ce258cf51e647eec (patch) | |
tree | 2e03929d9eb651c32356a08cf40fea93f08f5fa2 /ucb/source | |
parent | ca5e1ea1265843ed620c1a441f1ce879e9872cd5 (diff) |
#86313# - Reintroduced service com.sun.star.ucb.PropertiesManager.
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/core/ucb.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ucb/source/core/ucb.xml b/ucb/source/core/ucb.xml index ed2d4f940eb9..162b3d5e66d9 100644 --- a/ucb/source/core/ucb.xml +++ b/ucb/source/core/ucb.xml @@ -67,6 +67,28 @@ Kai Sommerfeld </author> <name> + com.sun.star.comp.ucb.UcbPropertiesManager + </name> + <description> + This component provides access to the meta data of the properties + known to the UCB. + </description> + <loader-name> + com.sun.star.loader.SharedLibrary + </loader-name> + <language> + c++ + </language> + <status value="final"/> + <supported-service> + com.sun.star.ucb.PropertiesManager + </supported-service> + </component-description> + <component-description> + <author> + Kai Sommerfeld + </author> + <name> com.sun.star.comp.ucb.UcbContentProviderProxyFactory </name> <description> |