diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-22 17:30:09 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-23 08:26:44 +0100 |
commit | e97737fd667d74c759e7e44e9c5364b8c7cda0a9 (patch) | |
tree | c741324f2d20e22c46966ad8f8d83b77289e4d1e /include/svx | |
parent | a82cdccb0c276ec10c35beec46fa7fa25fc95cd5 (diff) |
Typo: GetSelectEntryPosLBB -> GetSelectedEntryPosLBB
Change-Id: Id1706d11143ee60216322db1ac51207e658000e1
Reviewed-on: https://gerrit.libreoffice.org/51749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/langbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |