summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-17 17:04:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-17 21:26:42 +0200
commitc88e44e5c2d6a3cfc8752295c48809c97ad5c53f (patch)
tree679f59a6ef3b98edd10b07fb2ac2948f954057fd /sw
parent560492cf578182df083fb8906a20994b3182a980 (diff)
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@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/envelp/label1.cxx2
1 files changed, 0 insertions, 2 deletions
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()