diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index a3544957b4f2..daa19657a0e0 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -210,7 +210,7 @@ OString Databases::getImageTheme() beans::PropertyValue aParam ; aParam.Name = "nodepath"; aParam.Value <<= OUString("org.openoffice.Office.Common"); - lParams[0] = uno::makeAny(aParam); + lParams[0] <<= aParam; // open it uno::Reference< uno::XInterface > xCFG( xConfigProvider->createInstanceWithArguments( |