diff options
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/URIHelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/provider/URIHelper.cxx b/scripting/source/provider/URIHelper.cxx index b0a52049835a..a8498b33f9a7 100644 --- a/scripting/source/provider/URIHelper.cxx +++ b/scripting/source/provider/URIHelper.cxx @@ -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" ), |