Kaydet (Commit) e97737fd authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Typo: GetSelectEntryPosLBB -> GetSelectedEntryPosLBB

Change-Id: Id1706d11143ee60216322db1ac51207e658000e1
Reviewed-on: https://gerrit.libreoffice.org/51749Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst a82cdccb
......@@ -1121,7 +1121,7 @@ bool SvxCharNamePage::FillItemSet_Impl( SfxItemSet& rSet, LanguageGroup eLangGrp
}
}
sal_Int32 nLangPos = pLangBox->GetSelectEntryPosLBB();
sal_Int32 nLangPos = pLangBox->GetSelectedEntryPosLBB();
LanguageType eLangType = LanguageType(reinterpret_cast<sal_uLong>(pLangBox->GetEntryDataLBB( nLangPos )));
if ( pOld )
......
......@@ -86,7 +86,7 @@ public:
void HideLBB();
void DisableLBB();
void SaveValueLBB();
sal_Int32 GetSelectEntryPosLBB() const;
sal_Int32 GetSelectedEntryPosLBB() const;
void* GetEntryDataLBB( sal_Int32 nPos ) const;
sal_Int32 GetSavedValueLBB() const;
......
......@@ -512,7 +512,7 @@ void SvxLanguageBoxBase::SaveValueLBB()
ImplSaveValue();
}
sal_Int32 SvxLanguageBoxBase::GetSelectEntryPosLBB() const
sal_Int32 SvxLanguageBoxBase::GetSelectedEntryPosLBB() const
{
return ImplGetSelectEntryPos();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment