summaryrefslogtreecommitdiff
path: root/cui/source/options/optinet2.cxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-14 16:57:06 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-09-21 12:45:38 +0200
commitd99b65c864cc3358238e4eac651f12a34d05e2d9 (patch)
treefcd7d6fefb9434c27533c826aabc639f68ba97ed /cui/source/options/optinet2.cxx
parentb649e5bf1d3f0a11fb0c2fdf6fa08329529ce6fb (diff)
Rename GetSelectEntryPos -> GetSelectedEntryPos
Change-Id: I0bd4cb463575af843c72d9c8aaf91742203532a4 Reviewed-on: https://gerrit.libreoffice.org/42283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/options/optinet2.cxx')
-rw-r--r--cui/source/options/optinet2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index 126017e2f9b8..4e6e90b6e998 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -400,7 +400,7 @@ void SvxProxyTabPage::Reset(const SfxItemSet*)
m_pFtpPortED->SaveValue();
m_pNoProxyForED->SaveValue();
- EnableControls_Impl( m_pProxyModeLB->GetSelectEntryPos() == 2 );
+ EnableControls_Impl( m_pProxyModeLB->GetSelectedEntryPos() == 2 );
}
bool SvxProxyTabPage::FillItemSet(SfxItemSet* )
@@ -410,7 +410,7 @@ bool SvxProxyTabPage::FillItemSet(SfxItemSet* )
try {
Reference< beans::XPropertySet > xPropertySet(m_xConfigurationUpdateAccess, UNO_QUERY_THROW );
- sal_Int32 nSelPos = m_pProxyModeLB->GetSelectEntryPos();
+ sal_Int32 nSelPos = m_pProxyModeLB->GetSelectedEntryPos();
if(m_pProxyModeLB->IsValueChangedFromSaved())
{
if( nSelPos == 1 )
@@ -512,7 +512,7 @@ void SvxProxyTabPage::EnableControls_Impl(bool bEnable)
IMPL_LINK( SvxProxyTabPage, ProxyHdl_Impl, ListBox&, rBox, void )
{
- sal_Int32 nPos = rBox.GetSelectEntryPos();
+ sal_Int32 nPos = rBox.GetSelectedEntryPos();
// Restore original system values
if( nPos == 1 )