summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/inc/tvread.hxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/contentcaps.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx
index 09090e2d615f..70449f8a1f65 100644
--- a/xmlhelp/source/cxxhelp/inc/tvread.hxx
+++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx
@@ -79,7 +79,7 @@ namespace treeview {
getElementType( )
throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE
{
- return cppu::UnoType<cppu::UnoVoidType>::get();
+ return cppu::UnoType<void>::get();
}
virtual sal_Bool SAL_CALL hasElements()
diff --git a/xmlhelp/source/cxxhelp/provider/contentcaps.cxx b/xmlhelp/source/cxxhelp/provider/contentcaps.cxx
index 3314b83af618..15ad6ba6af76 100644
--- a/xmlhelp/source/cxxhelp/provider/contentcaps.cxx
+++ b/xmlhelp/source/cxxhelp/provider/contentcaps.cxx
@@ -167,12 +167,12 @@ uno::Sequence< ucb::CommandInfo > Content::getCommands(
ucb::CommandInfo(
"getCommandInfo",
-1,
- cppu::UnoType<cppu::UnoVoidType>::get()
+ cppu::UnoType<void>::get()
),
ucb::CommandInfo(
"getPropertySetInfo",
-1,
- cppu::UnoType<cppu::UnoVoidType>::get()
+ cppu::UnoType<void>::get()
),
ucb::CommandInfo(
"getPropertyValues",