diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 12:33:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 06:43:39 +0000 |
commit | 35b3ae2ceb6e647c44f1a8adc9d7b0548a3ca383 (patch) | |
tree | 07c3e481db2a8c8850c96e2b53f4ff9e68cf2786 /svtools | |
parent | b73f45ef0bf3230275c11fc9c70c22625332b695 (diff) |
clang-tidy clang-analyzer-alpha.core.IdenticalExpr
Change-Id: I110d8d63d5a6657c18aba97227c046027eb8f7f4
Reviewed-on: https://gerrit.libreoffice.org/25086
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/treecontrolpeer.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx index 5aee8a1e9bdf..8bd3af16f8df 100644 --- a/svtools/source/uno/treecontrolpeer.cxx +++ b/svtools/source/uno/treecontrolpeer.cxx @@ -1377,12 +1377,6 @@ void TreeControlPeer::onChangeRootDisplayed( bool bIsRootDisplayed ) // todo fillTree( rTree, mxDataModel ); - if( mbIsRootDisplayed ) - { - } - else - { - } } bool TreeControlPeer::loadImage( const OUString& rURL, Image& rImage ) |