diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:18:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:18:08 +0000 |
commit | a23e4879e2e5a27a9167720773a2667568a1c336 (patch) | |
tree | c9e834660ff955f5118ffcd5b97e144e76593e05 /extensions | |
parent | fafae7b4a4030c682a992e59831e68774e474fef (diff) |
INTEGRATION: CWS updatefeed (1.2.60); FILE MERGED
2006/12/07 11:18:22 obr 1.2.60.1: #i71853# ported check protocol to UpdateInformationProvider Service
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updchk.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/extensions/source/update/check/updchk.xml b/extensions/source/update/check/updchk.xml index b1da0241d894..25d5d361e1d0 100644 --- a/extensions/source/update/check/updchk.xml +++ b/extensions/source/update/check/updchk.xml @@ -14,6 +14,7 @@ <type>com.sun.star.beans.NamedValue</type> <type>com.sun.star.beans.PropertyValue</type> <type>com.sun.star.container.XNameReplace</type> + <type>com.sun.star.deployment.UpdateInformationProvider</type> <type>com.sun.star.frame.DispatchResultEvent</type> <type>com.sun.star.frame.DispatchResultState</type> <type>com.sun.star.frame.XFrame</type> @@ -31,18 +32,13 @@ <type>com.sun.star.system.XSystemShellExecute</type> <type>com.sun.star.task.XInteractionHandler</type> <type>com.sun.star.task.XJob</type> - <type>com.sun.star.ucb.PostCommandArgument2</type> - <type>com.sun.star.ucb.XCommandEnvironment</type> - <type>com.sun.star.ucb.XCommandProcessor2</type> - <type>com.sun.star.ucb.XContentIdentifierFactory</type> - <type>com.sun.star.ucb.XContentProvider</type> - <type>com.sun.star.ucb.XProgressHandler</type> <type>com.sun.star.uno.TypeClass</type> <type>com.sun.star.uno.XAggregation</type> <type>com.sun.star.uno.XComponentContext</type> <type>com.sun.star.uno.XCurrentContext</type> <type>com.sun.star.uno.XWeak</type> <type>com.sun.star.util.XChangesBatch</type> + <type>com.sun.star.xml.xpath.XXPathAPI</type> </component-description> <project-build-dependency>cppuhelper</project-build-dependency> <project-build-dependency>cppu</project-build-dependency> |