sd/source/ui/inc/ViewShell.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 2af77f6288d1a67778d2105662a63babb9901086 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun May 4 14:29:15 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun May 4 15:25:10 2025 +0200 Fix typo Change-Id: I26fa17080fb9969eb070a86659585d862ccbe3e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184940 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 8b1292e554ad..56b6ae9869a1 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -416,14 +416,14 @@ public: /** Called by sd::Window::LoseFocus to enable sd::ViewShell to take action when focus is lost. - e.g. overriden by NotesPanelViewShell + e.g. overridden by NotesPanelViewShell */ virtual void onLoseFocus(){}; /** Called by sd::Window::GrabFocus to enable sd::ViewShell to take action when focus is grabbed. - e.g. overriden by NotesPanelViewShell + e.g. overridden by NotesPanelViewShell */ virtual void onGrabFocus(){};