[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - sfx2/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 30 11:04:05 UTC 2020


 sfx2/source/doc/autoredactdialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 20a87b075e868ebe036e3e6d0930eb2ee501c334
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Wed Jul 22 13:09:23 2020 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jul 30 13:03:31 2020 +0200

    tdf#128838: autoredact, change Content UI according to Type when editing target
    
    Change-Id: I99806c7a7629329a98ade23a3ad1f4c4921ec3ee
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99213
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit c61f3f47280334c9589fe37742cad93501540857)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99208
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/doc/autoredactdialog.cxx b/sfx2/source/doc/autoredactdialog.cxx
index d95b44169eef..868fc73cc538 100644
--- a/sfx2/source/doc/autoredactdialog.cxx
+++ b/sfx2/source/doc/autoredactdialog.cxx
@@ -745,6 +745,7 @@ SfxAddTargetDialog::SfxAddTargetDialog(weld::Window* pParent, const OUString& sN
     m_xName->select_region(0, sName.getLength());
 
     m_xType->set_active_id(getTypeID(eTargetType));
+    m_xType->connect_changed(LINK(this, SfxAddTargetDialog, SelectTypeHdl));
 
     if (eTargetType == RedactionTargetType::REDACTION_TARGET_PREDEFINED)
     {


More information about the Libreoffice-commits mailing list