diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-07 14:00:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-08 22:25:25 +0100 |
commit | 88c6b454c8b6f08c74fb54ab9469801dd6860be5 (patch) | |
tree | 1861d32c80df1405a9a0aaf44ea108a17cb4551a /sd/source/ui/view | |
parent | d843d7727fd80fb094c1331d6f289bfb6e5818d1 (diff) |
Fix typos
Change-Id: Ifd1affb7c3945de84a210dfbda894b60014f6cd6
Reviewed-on: https://gerrit.libreoffice.org/63020
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r-- | sd/source/ui/view/ViewShellBase.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 680bf5c16dd3..417a3f65fb3f 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -1410,7 +1410,7 @@ void CurrentPageSetter::operator() (bool) } } -} // end of anonymouse namespace +} // end of anonymous namespace //===== FocusForwardingWindow ================================================= @@ -1466,7 +1466,7 @@ void FocusForwardingWindow::Command (const CommandEvent& rEvent) } } -} // end of anonymouse namespace +} // end of anonymous namespace } // end of namespace sd |