summaryrefslogtreecommitdiff
path: root/include/vcl/wrkwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-08 10:51:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-08 11:45:47 +0000
commit2600220f53f51be2d017b012c56293bf8cf835ef (patch)
tree88bb373d0ecaea1e64c71ca4388e55e593d58aa7 /include/vcl/wrkwin.hxx
parent7f40ed57eb921e491f2fb83c820cb453babd9843 (diff)
loplugin:constantparams in vcl
Change-Id: I2114436f4bef3ac71a3035a206186cefaf88bca1 Reviewed-on: https://gerrit.libreoffice.org/23023 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/wrkwin.hxx')
-rw-r--r--include/vcl/wrkwin.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/wrkwin.hxx b/include/vcl/wrkwin.hxx
index 0fb812c8fde6..e5e13360e7e1 100644
--- a/include/vcl/wrkwin.hxx
+++ b/include/vcl/wrkwin.hxx
@@ -87,10 +87,9 @@ public:
PresentationFlags nFlags,
sal_uInt32 nDisplayScreen );
/**
- @overload void StartPresentationMode( bool bPresentation, PresentationFlags nFlags, sal_uInt32 nDisplayScreen)
+ @overload void StartPresentationMode( PresentationFlags nFlags, sal_uInt32 nDisplayScreen)
*/
- void StartPresentationMode( bool bPresentation = true,
- PresentationFlags nFlags = PresentationFlags::NONE );
+ void StartPresentationMode( PresentationFlags nFlags = PresentationFlags::NONE );
bool IsPresentationMode() const { return mbPresentationMode; }
bool IsMinimized() const;