[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 24 20:08:47 UTC 2018


 sw/source/uibase/app/swmodule.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1fbbc34a4d25c479ebec1f1419b50bbd3c312127
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jul 24 16:56:59 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jul 24 22:08:23 2018 +0200

    drop some more stuff for fuzzing
    
    Change-Id: Ie9e1214eb2fd84f458eedb739248e06eef889385
    Reviewed-on: https://gerrit.libreoffice.org/57929
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx
index 14b800abfbe5..c186f1999fca 100644
--- a/sw/source/uibase/app/swmodule.cxx
+++ b/sw/source/uibase/app/swmodule.cxx
@@ -192,9 +192,8 @@ SwModule::SwModule( SfxObjectFactory* pWebFact,
         // member <pColorConfig> is created and the color configuration is applied
         // at the view options.
         GetColorConfig();
+        m_xLinguServiceEventListener = new SwLinguServiceEventListener;
     }
-
-    m_xLinguServiceEventListener = new SwLinguServiceEventListener;
 }
 
 OUString SwResId(const char* pId)


More information about the Libreoffice-commits mailing list