• Noel Grandin's avatar
    tdf#104046 - Slides in the slide pane don't update in realtime · 69f6fbb5
    Noel Grandin yazdı
    This appears to be a consequence of my change
    
        commit 942716fe
        convert EID constants to typed_flags
    
    in that change I made a "fix":
        @@ -689,20 +687,20 @@ void
    EventMultiplexer::Implementation::CallListeners (EventMultiplexerEvent&
    rEv
             ListenerList::const_iterator iListenerEnd
    (aCopyListeners.end());
             for (; iListener!=iListenerEnd; ++iListener)
             {
        -        if ((iListener->second && rEvent.meEventId))
        +        if (iListener->second & rEvent.meEventId)
                 iListener->first.Call(rEvent);
             }
         }
    
    which causes this bug.
    
    I should have noticed that my "fix" indicates that the event filtering
    part of this multiplexing code was never working, and since no-one has
    ever complained about, lets just remove all of this unnecessary
    complexity.
    
    Change-Id: Id71613d4fd5817ee1358705059e4ce63d57573ad
    Reviewed-on: https://gerrit.libreoffice.org/31894Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
    69f6fbb5
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
qa Loading commit data...
res Loading commit data...
sdi Loading commit data...
source Loading commit data...
uiconfig Loading commit data...
util Loading commit data...
workben Loading commit data...
xml Loading commit data...
xsl Loading commit data...
AllLangResTarget_sd.mk Loading commit data...
CppunitTest_sd_dialogs_test.mk Loading commit data...
CppunitTest_sd_export_ooxml1.mk Loading commit data...
CppunitTest_sd_export_ooxml2.mk Loading commit data...
CppunitTest_sd_export_tests.mk Loading commit data...
CppunitTest_sd_filters_test.mk Loading commit data...
CppunitTest_sd_html_export_tests.mk Loading commit data...
CppunitTest_sd_import_tests.mk Loading commit data...
CppunitTest_sd_misc_tests.mk Loading commit data...
CppunitTest_sd_svg_export_tests.mk Loading commit data...
CppunitTest_sd_tiledrendering.mk Loading commit data...
CppunitTest_sd_uimpress.mk Loading commit data...
JunitTest_sd_unoapi.mk Loading commit data...
Library_sd.mk Loading commit data...
Library_sdd.mk Loading commit data...
Library_sdfilt.mk Loading commit data...
Library_sdui.mk Loading commit data...
Makefile Loading commit data...
Module_sd.mk Loading commit data...
Package_opengl.mk Loading commit data...
Package_web.mk Loading commit data...
Package_xml.mk Loading commit data...
README Loading commit data...
README_REMOTE Loading commit data...
UIConfig_sdraw.mk Loading commit data...
UIConfig_simpress.mk Loading commit data...