Kaydet (Commit) e3d01ad3 authored tarafından Julien Nabet's avatar Julien Nabet

Fix previous commit (scripting part)

Change-Id: Ib451642924909c11db4252e81d0c6db690c0e838
üst 8d471d4b
......@@ -86,8 +86,8 @@ ScriptingFrameworkURIHelper::initialize(
throw ( uno::Exception, uno::RuntimeException, std::exception )
{
if ( args.getLength() != 2 ||
args[0].getValueType() != ::cppu::UnoType<OUString>::get()NULL) ||
args[1].getValueType() != ::cppu::UnoType<OUString>::get()NULL) )
args[0].getValueType() != ::cppu::UnoType<OUString>::get() ||
args[1].getValueType() != ::cppu::UnoType<OUString>::get() )
{
throw uno::RuntimeException( OUString(
"ScriptingFrameworkURIHelper got invalid argument list" ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment