cui/source/factory/dlgfact.cxx |    2 +-
 cui/source/factory/dlgfact.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5a731afcaa717bdabb5bebd1e625984c89ec601f
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Jan 4 16:05:52 2024 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Jan 5 10:36:14 2024 +0100

    Resolves: tdf#158965 Find Record: Similarities dialog doesn't appear
    
    and assert in DBG_UTIL mode
    
    regression since:
    
    commit 36343165c251e30c700360cc5c4266f576d4ac00
    Date:   Wed Jan 25 11:07:28 2023 +0000
    
        cui: Make SimilaritySearch dialog async and enable use for jsdialog
    
    Change-Id: Iee2071874836ccf8a1ab10fbc6d6b3c491fd04ce
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161632
    Reviewed-by: Xisco Fauli <[email protected]>
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index a0b15f317423..35d5b26dd8e9 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -128,7 +128,7 @@ IMPL_ABSTDLG_CLASS(AbstractSvxObjectNameDialog)
 IMPL_ABSTDLG_CLASS(AbstractSvxObjectTitleDescDialog)
 IMPL_ABSTDLG_CLASS(AbstractSvxPathSelectDialog)
 IMPL_ABSTDLG_CLASS(AbstractSvxPostItDialog)
-IMPL_ABSTDLG_CLASS(AbstractSvxSearchSimilarityDialog)
+IMPL_ABSTDLG_CLASS_ASYNC(AbstractSvxSearchSimilarityDialog,SvxSearchSimilarityDialog)
 IMPL_ABSTDLG_CLASS(AbstractSvxZoomDialog)
 IMPL_ABSTDLG_CLASS(AbstractTitleDialog)
 IMPL_ABSTDLG_CLASS(AbstractURLDlg)
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 160b79b36999..2b8187f6be76 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -220,7 +220,7 @@ DECL_ABSTDLG_CLASS(AbstractURLDlg, URLDlg)
 };
 
 // AbstractSvxSearchSimilarityDialog_Impl
-DECL_ABSTDLG_CLASS(AbstractSvxSearchSimilarityDialog,SvxSearchSimilarityDialog)
+DECL_ABSTDLG_CLASS_ASYNC(AbstractSvxSearchSimilarityDialog,SvxSearchSimilarityDialog)
     virtual sal_uInt16              GetOther() override;
     virtual sal_uInt16              GetShorter() override;
     virtual sal_uInt16              GetLonger() override;

Reply via email to