[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 18 11:48:45 UTC 2021


 sw/source/ui/envelp/label1.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 3226b633dfb498dac6cac681de9187c912e4b1df
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jun 17 17:04:03 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jun 18 13:48:13 2021 +0200

    drop the bare set_busy_cursor, the scoped WaitObject is enough
    
    to set it back to its default on leaving the scope
    
    Change-Id: I303c201a1830ef24955fe35ad1058d6d88067f4a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117303
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/ui/envelp/label1.cxx b/sw/source/ui/envelp/label1.cxx
index 31d2ffddd6be..6d34ea2132de 100644
--- a/sw/source/ui/envelp/label1.cxx
+++ b/sw/source/ui/envelp/label1.cxx
@@ -154,8 +154,6 @@ SwLabDlg::SwLabDlg(weld::Window* pParent, const SfxItemSet& rSet,
         AddTabPage("private", SwPrivateDataPage::Create, nullptr);
         m_xDialog->set_title(m_sBusinessCardDlg);
     }
-
-    pParent->set_busy_cursor(false);
 }
 
 SwLabDlg::~SwLabDlg()


More information about the Libreoffice-commits mailing list