summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 12:48:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 12:48:44 +0200
commit2fc4a8c8113b1bf78258845ed06662a07996a6af (patch)
treedb055018db2d6190438b451444f337215a76917f /ucb/source/ucp/gvfs
parent7ea8046c741c8b7b608f26e312cc5f1056752c09 (diff)
Add support for cppu::UnoType<void>
Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index 14fade31f1cd..6a22e9affca8 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -1356,10 +1356,10 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
// Required commands
ucb::CommandInfo
( OUString( "getCommandInfo" ),
- -1, cppu::UnoType<cppu::UnoVoidType>::get() ),
+ -1, cppu::UnoType<void>::get() ),
ucb::CommandInfo
( OUString( "getPropertySetInfo" ),
- -1, cppu::UnoType<cppu::UnoVoidType>::get() ),
+ -1, cppu::UnoType<void>::get() ),
ucb::CommandInfo
( OUString( "getPropertyValues" ),
-1, cppu::UnoType<uno::Sequence< beans::Property >>::get() ),