diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-08-24 14:16:46 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-08-24 14:16:46 +0000 |
commit | 6ba52479153ee33aa51618e75a03cc0f94a9cdba (patch) | |
tree | 7bca9bce3aa39259c6cbc042bf3c965801db9dd2 | |
parent | c3f974a8888b07f9b2596691a4aa591f9a1bc72c (diff) |
#65293# missing types
-rw-r--r-- | shell/source/cmdmail/cmdmail.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/source/cmdmail/cmdmail.xml b/shell/source/cmdmail/cmdmail.xml index db9979d321bc..c77d9be3a998 100644 --- a/shell/source/cmdmail/cmdmail.xml +++ b/shell/source/cmdmail/cmdmail.xml @@ -20,12 +20,14 @@ <type> com.sun.star.lang.XEventListener </type> <type> com.sun.star.lang.XMultiServiceFactory </type> <type> com.sun.star.lang.XSingleServiceFactory </type> + <type> com.sun.star.lang.XSingleComponentFactory </type> <type> com.sun.star.lang.XServiceInfo </type> <type> com.sun.star.lang.XTypeProvider </type> <type> com.sun.star.lang.IllegalArgumentException </type> <type> com.sun.star.uno.TypeClass </type> <type> com.sun.star.uno.XWeak </type> <type> com.sun.star.uno.XAggregation </type> + <type> com.sun.star.uno.XComponentContext </type> <type> com.sun.star.registry.XRegistryKey </type> <type> com.sun.star.container.XNameAccess </type> <type> com.sun.star.container.XSet </type> |