diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 11:20:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 07:49:30 +0100 |
commit | e4472d3c139294499f4c0caeebd9d4e995958eb0 (patch) | |
tree | 3e62a6530f8b758dddab18981ee38cc76ecaef9e /sw/inc/unocrsr.hxx | |
parent | 126e5a4d5b1d6c7ba5b313786793a38f99488b33 (diff) |
loplugin:unnecessaryparen include more assignments
Change-Id: I9fb8366634b31230b732dd38a98f800075529714
Reviewed-on: https://gerrit.libreoffice.org/64510
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r-- | sw/inc/unocrsr.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx index 038aff7110c0..bcc0a5f27ae8 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -55,9 +55,9 @@ public: // Does a selection of content exist in table? // Return value indicates if the cursor remains at its old position. virtual bool IsSelOvr( SwCursorSelOverFlags eFlags = - ( SwCursorSelOverFlags::CheckNodeSection | - SwCursorSelOverFlags::Toggle | - SwCursorSelOverFlags::ChangePos )) override; + SwCursorSelOverFlags::CheckNodeSection | + SwCursorSelOverFlags::Toggle | + SwCursorSelOverFlags::ChangePos ) override; virtual bool IsReadOnlyAvailable() const override; @@ -91,9 +91,9 @@ public: // Does a selection of content exist in table? // Return value indicates if the cursor remains at its old position. virtual bool IsSelOvr( SwCursorSelOverFlags eFlags = - ( SwCursorSelOverFlags::CheckNodeSection | - SwCursorSelOverFlags::Toggle | - SwCursorSelOverFlags::ChangePos )) override; + SwCursorSelOverFlags::CheckNodeSection | + SwCursorSelOverFlags::Toggle | + SwCursorSelOverFlags::ChangePos ) override; void MakeBoxSels(); |