summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext/ucpext_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ext/ucpext_content.cxx')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index 59a827ddd49e..3ee8ad6a4018 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -554,12 +554,12 @@ namespace ucb { namespace ucp { namespace ext
CommandInfo(
OUString( "getCommandInfo" ),
-1,
- cppu::UnoType<cppu::UnoVoidType>::get()
+ cppu::UnoType<void>::get()
),
CommandInfo(
OUString( "getPropertySetInfo" ),
-1,
- cppu::UnoType<cppu::UnoVoidType>::get()
+ cppu::UnoType<void>::get()
),
CommandInfo(
OUString( "getPropertyValues" ),