cui/source/dialogs/hyphen.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 29dba91e9eb3b9d5c84b237d6f3cd2e24c8ab9b2 Author: Noel Power <[email protected]> Date: Fri Nov 18 10:07:23 2011 +0000 Revert "Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)" This reverts commit 4b0cee219a3c761a5cf17188143a89a489cf103a. oops wrong branch diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx index da10e83..1b9b63b 100644 --- a/cui/source/dialogs/hyphen.cxx +++ b/cui/source/dialogs/hyphen.cxx @@ -640,13 +640,13 @@ void SvxHyphenWordDialog::SetWindowTitle( LanguageType nLang ) void SvxHyphenWordDialog::SelLeft() { - m_pImpl->SelLeft_Impl(); + m_pImpl->SelRight_Impl(); } void SvxHyphenWordDialog::SelRight() { - m_pImpl->SelRight_Impl(); + m_pImpl->SelLeft_Impl(); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
