summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-25 10:32:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-25 11:53:48 +0200
commit9d7b96e00909fa6798aafb9b385e58cda360e05f (patch)
tree4310865d671bcb0d47d548def9961d351c12cb9d /svtools/source/brwbox
parent6891ab0dae58fe482e89eec5186ad7aeff909cac (diff)
clang-tidy readability-simplify-boolean-expr in svtools
Change-Id: I13286a691348e136d16c07473285313c3ba5bba2 Reviewed-on: https://gerrit.libreoffice.org/36928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r--svtools/source/brwbox/brwbox2.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx
index af6c7a036236..1e9fee93487c 100644
--- a/svtools/source/brwbox/brwbox2.cxx
+++ b/svtools/source/brwbox/brwbox2.cxx
@@ -238,8 +238,6 @@ void BrowseBox::ToggleSelection()
// only highlight painted areas!
bNotToggleSel = true;
- if ( false && !pDataWin->bInPaint )
- pDataWin->Update();
// accumulate areas of rows to highlight
RectangleList aHighlightList;