sw/source/ui/envelp/label1.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 3226b633dfb498dac6cac681de9187c912e4b1df Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Jun 17 17:04:03 2021 +0100 Commit: Caolán McNamara <caol...@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 <caol...@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() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits