diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-01-23 09:09:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-01-23 12:00:51 +0100 |
commit | 94ab2ad8c55a6da110b3c9892c9da7289bf32174 (patch) | |
tree | f89a2c56609b1926ef979d4892e1507892d94d9d /include/sfx2 | |
parent | bb30e9e591d5f9f913b3cd8fbaa3c5e412b509bd (diff) |
loplugin:constparams in sfx2
Change-Id: I27102bc0e7d92d50e89248d463fb3fe4048536f3
Reviewed-on: https://gerrit.libreoffice.org/66769
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/notebookbar/SfxNotebookBar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/notebookbar/SfxNotebookBar.hxx b/include/sfx2/notebookbar/SfxNotebookBar.hxx index 08633bf27352..eeff0015a775 100644 --- a/include/sfx2/notebookbar/SfxNotebookBar.hxx +++ b/include/sfx2/notebookbar/SfxNotebookBar.hxx @@ -47,7 +47,7 @@ public: /** Show menu bar in all frames of current application */ static void ShowMenubar(bool bShow); /** Show menu bar only in current frame */ - static void ShowMenubar(SfxViewFrame* pViewFrame, bool bShow); + static void ShowMenubar(SfxViewFrame const * pViewFrame, bool bShow); static void ToggleMenubar(); private: |