diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-09 14:37:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-10 10:09:59 +0200 |
commit | f946e905c6c6bb041ae580b14b711c6964af97bd (patch) | |
tree | 6e20ce0c463b60eca951f9d9f2cc48b8b5c4bca6 /sd/source/ui/inc/ToolBarManager.hxx | |
parent | 451dd390894e0adb6ac1349fcef88eaedff79d29 (diff) |
loplugin:constantparam in sd
Change-Id: I7f5065c08f539ceefa4b8d3925b9c09e72b25a44
Diffstat (limited to 'sd/source/ui/inc/ToolBarManager.hxx')
-rw-r--r-- | sd/source/ui/inc/ToolBarManager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ToolBarManager.hxx b/sd/source/ui/inc/ToolBarManager.hxx index fa681d682fd7..606ccddb6a93 100644 --- a/sd/source/ui/inc/ToolBarManager.hxx +++ b/sd/source/ui/inc/ToolBarManager.hxx @@ -83,13 +83,13 @@ public: /** When the view in the center pane changes then this method sets up the initial set of tool bars for the new view. - The ToolBarManager listenes for view switching itself and then calls + The ToolBarManager listens for view switching itself and then calls MainViewShellChanged(). Calling this method from the outside should not be necessary. @param nShellType The type of the new main view shell. */ - void MainViewShellChanged (ViewShell::ShellType nShellType); + void MainViewShellChanged (); void MainViewShellChanged (const ViewShell& rMainViewShell); /** Call this method when the selection has changed to update the more |