summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-11 10:37:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-11 10:37:30 +0200
commite3d01ad33689168d46969fd5d8fb432e03a0b41b (patch)
tree9a9ae52b13bf602248ef28e08617f72466699617 /scripting
parent8d471d4b373b5d862b5b49814f04ded85e828be9 (diff)
Fix previous commit (scripting part)
Change-Id: Ib451642924909c11db4252e81d0c6db690c0e838
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/provider/URIHelper.cxx4
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" ),