vcl/README.themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6af213636996bf336f792e8d6548c9454edcce4b Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 8 21:11:43 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Feb 9 12:09:36 2026 +0100 Fix typo Change-Id: I825c9c9a5fe6d42bf51f7d82725473418b24a361 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198912 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/README.themes.md b/vcl/README.themes.md index 8ccb9fbb2003..6294d3fc3dff 100644 --- a/vcl/README.themes.md +++ b/vcl/README.themes.md @@ -4,7 +4,7 @@ It is suggested that you have the code open side-by-side and first read some part here and then the code that it talks about. -## VLC Plugins and the UpdateSettings functions +## VCL Plugins and the UpdateSettings functions LibreOffice VCL (a bunch of interfaces and a base implementation) has four main platform specific implementations (gtk, qt, win, osx). Each VCL plugin has an `UpdateSettings(AllSettings& rSettings)` function somewhere. This function reads styling information
