diff options
Diffstat (limited to 'framework/inc/dispatch/interceptionhelper.hxx')
-rw-r--r-- | framework/inc/dispatch/interceptionhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index 199c47e2de4b..af39e0284a28 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -145,7 +145,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper3< /** @short it regulates, which interceptor is used first. The last or the first registered one. */ - static sal_Bool m_bPreferrFirstInterceptor; + static bool m_bPreferrFirstInterceptor; // native interface |