cui/source/customize/cfg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f49974e59ae6636bfb44503ab04f99f96e75de75
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri Jun 6 21:09:44 2025 +0100
Commit: Xisco Fauli <[email protected]>
CommitDate: Tue Jun 10 08:49:31 2025 +0200
Resolves: tdf#146256 Base toolbar customization page displays wrong scope
Customization for Base "Standard" toolbar is stored in document when
the scope of "Base" appears to be selected in the UI.
A regression from:
commit ccb2b0078f07194befa61f1e3fd88e53ff236871
CommitDate: Mon Mar 11 10:00:31 2019 +0100
weld SvxMenuConfigPage/SvxToolbarConfigPage
Change-Id: I18966e34ccd79c6eecb6e1b4c216caaef453f501
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186232
Reviewed-by: Xisco Fauli <[email protected]>
Tested-by: Jenkins
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 3aaa07d6bb15..174830e8797f 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -1139,6 +1139,7 @@ void SvxConfigPage::Reset( const SfxItemSet* )
{
OUString sId(weld::toId(pDocData));
m_xSaveInListBox->append(sId, aTitle);
+ nPos = m_xSaveInListBox->get_count() - 1;
}
}