| commit | 75f1d3a9109acd4edd96033edbabe53d80920a52 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Jan 06 20:27:51 2022 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Fri Jan 07 09:53:45 2022 +0100 |
| tree | 960f60f94e6dc553ed2d411c258ef9d98bf124b5 | |
| parent | 2796d4ab5c3cc3637d04b33a5e7f0dad4c90d408 [diff] |
Resolves: tdf#146285 the "edit" button should be insensitive for this case Change-Id: Ib60577d10bd4a91ea01c5aa6fcf3d50b38fbe24d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128065 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx index 425bbc56..272763a 100644 --- a/sw/source/ui/chrdlg/numpara.cxx +++ b/sw/source/ui/chrdlg/numpara.cxx
@@ -200,7 +200,8 @@ void SwParagraphNumTabPage::Reset(const SfxItemSet* rSet) m_xNumberStyleLB->set_active(-1); } EditNumStyleSelectHdl_Impl(*m_xNumberStyleLB); if (m_xNumberStyleBX->get_sensitive()) EditNumStyleSelectHdl_Impl(*m_xNumberStyleLB); m_xNumberStyleLB->save_value();