summaryrefslogtreecommitdiff
path: root/cui/source/customize/eventdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-12 15:09:44 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 10:52:46 +0200
commit4c6d1a2636941c559d78fcac36125ba1374330f9 (patch)
treed651b23ce2b95f320d37a4d4c3fb2d1ccf0de916 /cui/source/customize/eventdlg.cxx
parent860130783830fc39ea49a3c76f70ab79b4f31f92 (diff)
loplugin: defaultparams
Change-Id: I81537289a40bdc30bd8d896dc5364f0989205e39
Diffstat (limited to 'cui/source/customize/eventdlg.cxx')
-rw-r--r--cui/source/customize/eventdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx
index cab1e2622610..4b7d8f8c65db 100644
--- a/cui/source/customize/eventdlg.cxx
+++ b/cui/source/customize/eventdlg.cxx
@@ -88,7 +88,7 @@ SvxEventConfigPage::SvxEventConfigPage(vcl::Window *pParent, const SfxItemSet& r
nPos = m_pSaveInListBox->InsertEntry(
utl::ConfigManager::getProductName() );
m_pSaveInListBox->SetEntryData( nPos, new bool(true) );
- m_pSaveInListBox->SelectEntryPos( nPos, true );
+ m_pSaveInListBox->SelectEntryPos( nPos );
}
void SvxEventConfigPage::LateInit( const uno::Reference< frame::XFrame >& _rxFrame )
@@ -157,7 +157,7 @@ void SvxEventConfigPage::ImplInitDocument()
sal_uInt16 nPos = m_pSaveInListBox->InsertEntry( aTitle );
m_pSaveInListBox->SetEntryData( nPos, new bool(false) );
- m_pSaveInListBox->SelectEntryPos( nPos, true );
+ m_pSaveInListBox->SelectEntryPos( nPos );
bAppConfig = false;
}