diff options
Diffstat (limited to 'test/source/sheet/globalsheetsettings.cxx')
-rw-r--r-- | test/source/sheet/globalsheetsettings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/globalsheetsettings.cxx b/test/source/sheet/globalsheetsettings.cxx index c1e527158794..3e796fc58efe 100644 --- a/test/source/sheet/globalsheetsettings.cxx +++ b/test/source/sheet/globalsheetsettings.cxx @@ -38,7 +38,7 @@ void GlobalSheetSettings::testGlobalSheetSettingsProperties() css::uno::Any aOrigValue(origValue), aNewValue(newValue); css::uno::Sequence<css::uno::Any> args{ css::uno::Any( - css::beans::NamedValue("nodepath", css::uno::makeAny(regNodeName))) }; + css::beans::NamedValue("nodepath", css::uno::Any(regNodeName))) }; css::uno::Reference<beans::XPropertySet> xRegNodeRO( configProvider->createInstanceWithArguments( "com.sun.star.configuration.ConfigurationAccess", args), |