summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridctrl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-20 14:26:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 11:13:52 +0200
commit95c348afa8f4f17c058c449ded75025175af0e4a (patch)
tree88f21ab151fbbf5c79e9adf4bae8dfb920c9e85a /svx/source/fmcomp/gridctrl.cxx
parent2149d4a88e9dc88c30e7475f8ea317e5c7b78529 (diff)
loplugin:unusedfields in svx part2
Change-Id: Ie9fd55b71a152f428a397d9917918f0e9de39aaf Reviewed-on: https://gerrit.libreoffice.org/39014 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/fmcomp/gridctrl.cxx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index af464e75a3ee..2b0aa598f9bd 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -969,7 +969,6 @@ DbGridControl::DbGridControl(
,m_bHandle(true)
,m_bFilterMode(false)
,m_bWantDestruction(false)
- ,m_bInAdjustDataSource(false)
,m_bPendingAdjustRows(false)
,m_bHideScrollbars( false )
,m_bUpdating(false)
@@ -2252,7 +2251,6 @@ void DbGridControl::AdjustDataSource(bool bFull)
if (nNewPos < 0)// could not find any position
return;
- m_bInAdjustDataSource = true;
if (nNewPos != m_nCurrentPos)
{
if (m_bSynchDisplay)
@@ -2270,7 +2268,6 @@ void DbGridControl::AdjustDataSource(bool bFull)
SetCurrent(nNewPos);
RowModified(nNewPos);
}
- m_bInAdjustDataSource = false;
// if the data cursor was moved from outside, this section is voided
SetNoSelection();