summaryrefslogtreecommitdiff
path: root/configmgr
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 /configmgr
parent7ea8046c741c8b7b608f26e312cc5f1056752c09 (diff)
Add support for cppu::UnoType<void>
Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/access.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx
index 1fff9fe76cd0..a97a6825e96f 100644
--- a/configmgr/source/access.cxx
+++ b/configmgr/source/access.cxx
@@ -327,9 +327,9 @@ css::uno::Type Access::getElementType() throw (css::uno::RuntimeException, std::
//TODO: Should a specific type be returned for a non-extensible group
// with homogeneous members or for an extensible group that currently
// has only homegeneous members?
- return cppu::UnoType< cppu::UnoVoidType >::get();
+ return cppu::UnoType<void>::get();
case Node::KIND_SET:
- return cppu::UnoType< cppu::UnoVoidType >::get(); //TODO: correct?
+ return cppu::UnoType<void>::get(); //TODO: correct?
default:
assert(false);
throw css::uno::RuntimeException(