sw/source/ui/chrdlg/pardlg.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 2a306861613018f7f63ff97afee8fc9a9b7677ea Author: Heiko Tietze <tietze.he...@gmail.com> AuthorDate: Wed Jun 18 12:20:50 2025 +0200 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Thu Jun 19 08:15:29 2025 +0200
Related tdf#167038 - No need to set the first page Solved per ad0428e52e958333af51f4b62837f07700fbee54 Change-Id: Iff29f1e805820fedf1d6af8e7f51dbb564d5ae66 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186658 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx index ae6419fd9d6b..d64d5dc6106b 100644 --- a/sw/source/ui/chrdlg/pardlg.cxx +++ b/sw/source/ui/chrdlg/pardlg.cxx @@ -140,8 +140,6 @@ SwParaDlg::SwParaDlg(weld::Window *pParent, if (!sDefPage.isEmpty()) SetCurPageId(sDefPage); - else - SetCurPageId("indents"); } SwParaDlg::~SwParaDlg()