summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/servicehandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/servicehandler.cxx')
-rw-r--r--framework/source/dispatch/servicehandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index f9b8d5b1bf16..51de3d4494fe 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -292,7 +292,7 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con
sServiceName = sServiceAndArguments;
}
- if (!sServiceName.getLength())
+ if (sServiceName.isEmpty())
return css::uno::Reference< css::uno::XInterface >();
// If a service doesnt support an optional job executor interface - he can't get