summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2022-05-05 21:08:24 +0200
committerAndras Timar <andras.timar@collabora.com>2022-05-13 16:41:10 +0200
commitc08c2542bcb9a7a4ebbe13b6882b725c424f2a95 (patch)
tree6805a5a43ee54a1ad997a437103c9fdc772082bf /sw
parentff970e5e62baf61d836a228fb22b7a66e0a53d4b (diff)
tdf#91035 sw page-style UI: All styles shown, not hidden
The first entry in the list (All styles) is what is shown by default, so that means that the 0th entry should be pre-selected, not the 1st. Change-Id: I4c204fda41a0551b9f30724df361e4f797a87325 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133911 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> (cherry picked from commit 3a79bd968869f782b8540aea6598c1f8ee14cced) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133862 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/chrdlg/swuiccoll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx
index c0953f830ff5..2b1aca870165 100644
--- a/sw/source/ui/chrdlg/swuiccoll.cxx
+++ b/sw/source/ui/chrdlg/swuiccoll.cxx
@@ -86,7 +86,7 @@ SwCondCollPage::SwCondCollPage(weld::Container* pPage, weld::DialogController* p
}
}
- m_xFilterLB->set_active(1);
+ m_xFilterLB->set_active(0);
m_xTbLinks->show();
}