sw/source/uibase/uiview/view.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f0f1d74bdeafa09655813091b5259581f17b358d
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Thu Oct 19 21:32:32 2023 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Fri Oct 20 13:49:53 2023 +0200

    ofz#63374 avoid Abrt
    
    Change-Id: I63e609e40a9453000a8f296f4b02f167902fd790
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158211
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx
index 3bad54a839b8..a59bd9b5389d 100644
--- a/sw/source/uibase/uiview/view.cxx
+++ b/sw/source/uibase/uiview/view.cxx
@@ -486,7 +486,7 @@ void SwView::SelectShell()
         }
 
         // Show Mail Merge toolbar initially for documents with Database fields
-        if (!m_bInitOnceCompleted && GetWrtShell().IsAnyDatabaseFieldInDoc())
+        if (!m_bInitOnceCompleted && GetWrtShell().IsAnyDatabaseFieldInDoc() 
&& !utl::ConfigManager::IsFuzzing())
             ShowUIElement("private:resource/toolbar/mailmerge");
 
         // Activate the toolbar to the new selection which also was active 
last time.

Reply via email to