summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-26 15:59:55 +0200
committerEike Rathke <erack@redhat.com>2016-07-13 10:54:24 +0000
commit6431f5554bd585935e7a9bc354609a4363a09509 (patch)
treefd94c26de337e9e7357daa404e6afc1cf16cd31f /sc/source/ui/navipi
parent7580d67eff34b626903163f26d6448f80a3edc45 (diff)
loplugin:singlevalfields in sc(part1)
Change-Id: I25760def2c12e4ca87843c2f3ce1a60b5a9b2e44 Reviewed-on: https://gerrit.libreoffice.org/26680 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/navipi')
-rw-r--r--sc/source/ui/navipi/content.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index 1817750be525..0f2a4d4df236 100644
--- a/sc/source/ui/navipi/content.cxx
+++ b/sc/source/ui/navipi/content.cxx
@@ -134,7 +134,6 @@ ScContentTree::ScContentTree( vcl::Window* pParent, const ResId& rResId ) :
SetDoubleClickHdl( LINK( this, ScContentTree, ContentDoubleClickHdl ) );
pTmpEntry= nullptr;
- m_bFirstPaint=true;
SetStyle( GetStyle() | WB_QUICK_SEARCH );
}