diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 16:29:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-29 10:01:45 +0100 |
commit | 6a3413a2336433b1359db95cdf52eec0c93b632e (patch) | |
tree | 11cb8fa3329b6ad8fa5e77a349c706133f510e9c /include/vcl/wrkwin.hxx | |
parent | 4e0dd43f9a90917676a46e451abaaaa2e52d7f2e (diff) |
loplugin:countusersofdefaultparams in include/oox..vcl
Change-Id: If831bce4cd1fe2c5233159b31c239b813629e0de
Reviewed-on: https://gerrit.libreoffice.org/45420
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/wrkwin.hxx')
-rw-r--r-- | include/vcl/wrkwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/wrkwin.hxx b/include/vcl/wrkwin.hxx index ef8f28ab01cf..3d2c22840f44 100644 --- a/include/vcl/wrkwin.hxx +++ b/include/vcl/wrkwin.hxx @@ -79,7 +79,7 @@ public: /** @overload void ShowFullScreenMode(bool bFullScreenMode, sal_Int32 nDisplayScreen) */ - void ShowFullScreenMode( bool bFullScreenMode = true ); + void ShowFullScreenMode( bool bFullScreenMode ); bool IsFullScreenMode() const { return mbFullScreenMode; } void StartPresentationMode( bool bPresentation, |