sfx2/source/view/viewsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d2742b30968037a40eeb4679192c1706124965a5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jul 5 11:11:07 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jul 5 13:35:57 2023 +0200

    Fix typo
    
    Change-Id: I72e6b45ab5ddd974c8f93633c5df511ca7cfdaf8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154025
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 1a6cc15fc3fc..6965fc8d372f 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -2325,7 +2325,7 @@ vcl::Window* SfxViewShell::GetEditWindowForActiveOLEObj() 
const
 
 OUString SfxViewShell::GetColorConfigName() const
 {
-    SAL_WARN("sfx.view", "SfxViewShell::GetColorConfigName not overriden!");
+    SAL_WARN("sfx.view", "SfxViewShell::GetColorConfigName not overridden!");
     return {};
 }
 

Reply via email to