svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0ec5f87bb06659aa7ed4fc143aee26dd542e47d7 Author: Henry Castro <[email protected]> AuthorDate: Tue Feb 24 10:56:24 2026 -0400 Commit: Henry Castro <[email protected]> CommitDate: Tue Feb 24 16:45:29 2026 +0100 fix the label for the 'beforetextindent' type/ID Signed-off-by: Henry Castro <[email protected]> Change-Id: I4fc3bbd3a1813220634c487b9d293533a5122236 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200228 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index 8adc2139abcd..fb7d73dde7d7 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -640,7 +640,7 @@ ParaPropertyPanel::ParaPropertyPanel(weld::Widget* pParent, std::unique_ptr<weld::Widget> xBox = m_xBuilder->weld_widget(u"aboveparaspacingbox"_ustr); xBox->set_cargo_text(MakeCustomProperty(SvxResId(RID_ABOVE), u"aboveparaspacing")); xBox = m_xBuilder->weld_widget(u"belowparaspacingbox"_ustr); - xBox->set_cargo_text(MakeCustomProperty(SvxResId(RID_BELOW), u"beforetextindentbox")); + xBox->set_cargo_text(MakeCustomProperty(SvxResId(RID_BELOW), u"beforetextindent")); xBox = m_xBuilder->weld_widget(u"beforetextindentbox"_ustr); xBox->set_cargo_text(MakeCustomProperty(SvxResId(RID_BEFORE), u"beforetextindent")); xBox = m_xBuilder->weld_widget(u"aftertextindentbox"_ustr);
