summaryrefslogtreecommitdiff
path: root/cui/source/customize/eventdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 14:20:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 09:01:00 +0200
commit75ddf3a22aa83d1b067085bd7132acab5a088856 (patch)
treef7b9c3c0a8ab9eab7ac768236c4de3c463e9dc67 /cui/source/customize/eventdlg.cxx
parent55ff9d3e2d160132f905b8c932b622c0c8575478 (diff)
loplugin:unusedfields in cui
Change-Id: I6d3ef43ab915d65794f1052f1f184eda10d39e1a Reviewed-on: https://gerrit.libreoffice.org/39136 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/customize/eventdlg.cxx')
-rw-r--r--cui/source/customize/eventdlg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx
index 4053836ce02d..78bbdf3d95f3 100644
--- a/cui/source/customize/eventdlg.cxx
+++ b/cui/source/customize/eventdlg.cxx
@@ -58,7 +58,6 @@ SvxEventConfigPage::SvxEventConfigPage(vcl::Window *pParent, const SfxItemSet& r
SvxEventConfigPage::EarlyInit)
: SvxMacroTabPage_(pParent, "EventsConfigPage",
"cui/ui/eventsconfigpage.ui", rSet)
- , bAppConfig(true)
{
get(m_pSaveInListBox, "savein");
@@ -157,8 +156,6 @@ void SvxEventConfigPage::ImplInitDocument()
m_pSaveInListBox->SetEntryData( nPos, new bool(false) );
m_pSaveInListBox->SelectEntryPos( nPos );
-
- bAppConfig = false;
}
}
catch( const uno::Exception& )
@@ -173,7 +170,6 @@ IMPL_LINK_NOARG( SvxEventConfigPage, SelectHdl_Impl, ListBox&, void )
m_pSaveInListBox->GetSelectEntryPos()));
mpImpl->pEventLB->SetUpdateMode( false );
- bAppConfig = *bApp;
if ( *bApp )
{
SetReadOnly( false );