diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-01 12:44:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-02 07:32:17 +0000 |
commit | 175c49baef5d8dd3f7a28fec5a3dce956303dc42 (patch) | |
tree | c354cdcdd75bee54a9fbf6895fe9f801a107c27f /include/svx/frmsel.hxx | |
parent | a8a7b7114d96b2013b00e9bc0ced81aad5495457 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I2ed581e58523ac8b52aa520f7a02f69f408665fe
Reviewed-on: https://gerrit.libreoffice.org/28587
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/frmsel.hxx')
-rw-r--r-- | include/svx/frmsel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx index e1fd200ac39b..471d1fd25e92 100644 --- a/include/svx/frmsel.hxx +++ b/include/svx/frmsel.hxx @@ -145,7 +145,7 @@ public: /** Returns true, if any of the enabled frame borders is selected. */ bool IsAnyBorderSelected() const; /** Selects or deselects all frame borders. */ - void SelectAllBorders( bool bSelect = true ); + void SelectAllBorders( bool bSelect ); /** Deselects all frame borders. */ inline void DeselectAllBorders() { SelectAllBorders( false ); } |