cui/source/options/appearance.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 95a7da99d8001403d55f5e96ea752fa4d8ad5566 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sun Jun 8 09:54:48 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jun 8 10:56:01 2025 +0200 cid#1648515: copy-paste error Change-Id: I26de8aed7ea40aa620cecac40d6b81d53f9cc08e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186252 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cui/source/options/appearance.cxx b/cui/source/options/appearance.cxx index 2ce41c018a15..14ee0f37ec46 100644 --- a/cui/source/options/appearance.cxx +++ b/cui/source/options/appearance.cxx @@ -505,7 +505,7 @@ void SvxAppearanceTabPage::InitThemes() // check if the registry setting is valid or not bFound = false; - for (size_t i = 0; i < getBitmapList().size(); ++i) + for (size_t i = 0; i < getBitmapDrawTypeList().size(); ++i) { if (ThemeColors::GetAppBackBmpDrawType() == getBitmapDrawTypeList()[i].aRawString) {