[Libreoffice-commits] core.git: sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 17 19:27:29 UTC 2021
sw/source/ui/envelp/label1.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit c88e44e5c2d6a3cfc8752295c48809c97ad5c53f
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: Thu Jun 17 21:26:42 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/+/117394
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