diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-05-29 10:50:06 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-05-29 10:50:06 +0000 |
commit | 21b50bd87ce8ae66442bf1f4e9555101e9a88dfd (patch) | |
tree | c724cfa86ed807420f840a5b8c61ab00139eea5d /ucbhelper/util | |
parent | cc20026e40fa537f9d2289f0e5377a1562e50ece (diff) |
#87187# - Added misc interaction-related types.
Diffstat (limited to 'ucbhelper/util')
-rw-r--r-- | ucbhelper/util/ucbhelper.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ucbhelper/util/ucbhelper.xml b/ucbhelper/util/ucbhelper.xml index a154991811ed..dec12e310b6b 100644 --- a/ucbhelper/util/ucbhelper.xml +++ b/ucbhelper/util/ucbhelper.xml @@ -70,6 +70,12 @@ <type> com.sun.star.sdbc.XResultSetMetaData </type> <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> <type> com.sun.star.sdbc.XRow </type> + <type> com.sun.star.task.XInteractionRequest </type> + <type> com.sun.star.task.XInteractionAbort </type> + <type> com.sun.star.task.XInteractionRetry </type> + <type> com.sun.star.task.XInteractionApprove </type> + <type> com.sun.star.task.XInteractionDisapprove </type> + <type> com.sun.star.ucb.AuthenticationRequest </type> <type> com.sun.star.ucb.CommandInfoChange </type> <type> com.sun.star.ucb.ContentAction </type> <type> com.sun.star.ucb.ContentCreationError </type> @@ -78,6 +84,7 @@ <type> com.sun.star.ucb.InsertCommandArgument </type> <type> com.sun.star.ucb.ListActionType </type> <type> com.sun.star.ucb.NameClash </type> + <type> com.sun.star.ucb.NameClashResolveRequest </type> <type> com.sun.star.ucb.OpenCommandArgument2 </type> <type> com.sun.star.ucb.OpenMode </type> <type> com.sun.star.ucb.ResultSetException </type> @@ -95,6 +102,9 @@ <type> com.sun.star.ucb.XContentProviderManager </type> <type> com.sun.star.ucb.XDynamicResultSet </type> <type> com.sun.star.ucb.XFileIdentifierConverter </type> + <type> com.sun.star.ucb.XInteractionReplaceExistingData </type> + <type> com.sun.star.ucb.XInteractionSupplyAuthentication </type> + <type> com.sun.star.ucb.XInteractionSupplyName </type> <type> com.sun.star.ucb.XParameterizedContentProvider </type> <type> com.sun.star.ucb.XPropertySetRegistryFactory </type> <type> com.sun.star.ucb.XRemoteContentProviderDoneListener </type> |