sfx2/source/view/viewsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6faa71b93086dce838a2c80f8935df275955756d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jun 15 12:00:08 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jun 16 08:41:43 2023 +0200 Fix typo Change-Id: I774554c7945d5560e229d6c94e9efbafd77deeca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153106 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index dcd522d61aee..acdfd3d8f9dd 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -2318,7 +2318,7 @@ vcl::Window* SfxViewShell::GetEditWindowForActiveOLEObj() const ::Color SfxViewShell::GetColorConfigColor(svtools::ColorConfigEntry) const { - SAL_WARN("sfx.view", "SfxViewShell::GetColorConfigColor not overriden!"); + SAL_WARN("sfx.view", "SfxViewShell::GetColorConfigColor not overridden!"); return {}; }