summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-23 14:30:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-24 08:41:01 +0000
commitc144288abe73262178a8fd94baef895e1744c304 (patch)
tree47d6a0ba287de534708333d81f52b8f5de0f7a88 /reportdesign
parent17189e8e63254dbe5e4c9c755a4817664e4ee0d5 (diff)
loplugin:singlevalfields in comphelper
Change-Id: I22711d226a266dc00c32beff54398a55c4c9691a Reviewed-on: https://gerrit.libreoffice.org/26599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/dlg/Navigator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Navigator.cxx b/reportdesign/source/ui/dlg/Navigator.cxx
index da0e0faa5ee9..63c17cfa6c2e 100644
--- a/reportdesign/source/ui/dlg/Navigator.cxx
+++ b/reportdesign/source/ui/dlg/Navigator.cxx
@@ -266,7 +266,6 @@ void NavigatorTree::dispose()
pCurrent = Next(pCurrent);
}
m_pReportListener->dispose();
- m_pSelectionListener->dispose();
SvTreeListBox::dispose();
}