[Libreoffice-commits] core.git: Branch 'feature/cib_contract935' - framework/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 04:57:21 UTC 2018


 framework/inc/dispatch/interceptionhelper.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit e3d708f3ec74946d918b0262913b2ea38b567ba6
Author:     Vasily Melenchuk <vasily.melenchuk at cib.de>
AuthorDate: Fri Sep 7 07:55:50 2018 +0300
Commit:     Vasily Melenchuk <vasily.melenchuk at cib.de>
CommitDate: Fri Sep 7 07:55:50 2018 +0300

    framework: fix compile error of b98bef638e7352918dd487c6dd0769e9e896a61e
    
    Change-Id: I103d372479b634e056b4faf1753f3f54730f1456

diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index e49d8ea9dc44..8ada47f696a2 100755
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -142,6 +142,10 @@ class InterceptionHelper : public  ::cppu::WeakImplHelper<
         /** @short contains all registered interceptor objects. */
         InterceptorList m_lInterceptionRegs;
 
+        /** @short it regulates, which interceptor is used first.
+                   The last or the first registered one. */
+        static bool m_bPreferrFirstInterceptor;
+
         osl::Mutex m_Mutex;
 
     // native interface


More information about the Libreoffice-commits mailing list