diff options
Diffstat (limited to 'framework/source/dispatch/interceptionhelper.cxx')
-rw-r--r-- | framework/source/dispatch/interceptionhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx index bca143bc92a3..c1ef179b0e69 100644 --- a/framework/source/dispatch/interceptionhelper.cxx +++ b/framework/source/dispatch/interceptionhelper.cxx @@ -57,7 +57,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL InterceptionHelper::queryD { for (auto const& lInterceptionReg : m_lInterceptionRegs) { - if (!lInterceptionReg.lURLPattern.getLength()) + if (!lInterceptionReg.lURLPattern.hasElements()) { // no pattern -> need to ask this guy! xInterceptor = lInterceptionReg.xInterceptor; |