diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-15 12:00:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-16 08:41:43 +0200 |
commit | 6faa71b93086dce838a2c80f8935df275955756d (patch) | |
tree | 1c1d81b45b8f2f47351bae6091872f9d6964090f | |
parent | b8b5e1e4149c409f42b02c09a7e4ff720af9873e (diff) |
Fix typo
Change-Id: I774554c7945d5560e229d6c94e9efbafd77deeca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153106
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 {}; } |