[Libreoffice-commits] core.git: cui/source include/svx svx/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Fri Mar 23 07:27:08 UTC 2018
cui/source/tabpages/chardlg.cxx | 2 +-
include/svx/langbox.hxx | 2 +-
svx/source/dialog/langbox.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e97737fd667d74c759e7e44e9c5364b8c7cda0a9
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Thu Mar 22 17:30:09 2018 +0100
Typo: GetSelectEntryPosLBB -> GetSelectedEntryPosLBB
Change-Id: Id1706d11143ee60216322db1ac51207e658000e1
Reviewed-on: https://gerrit.libreoffice.org/51749
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 7d59c2a68721..2ad91da8ac53 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -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 )
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx
index a80589cdae15..af16b7faf914 100644
--- a/include/svx/langbox.hxx
+++ b/include/svx/langbox.hxx
@@ -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;
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index b64e6a9a1b7b..f69eaefa74f7 100644
--- a/svx/source/dialog/langbox.cxx
+++ b/svx/source/dialog/langbox.cxx
@@ -512,7 +512,7 @@ void SvxLanguageBoxBase::SaveValueLBB()
ImplSaveValue();
}
-sal_Int32 SvxLanguageBoxBase::GetSelectEntryPosLBB() const
+sal_Int32 SvxLanguageBoxBase::GetSelectedEntryPosLBB() const
{
return ImplGetSelectEntryPos();
}
More information about the Libreoffice-commits
mailing list