diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-16 14:54:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-16 22:14:33 +0100 |
commit | d5811039430e5a76643491c68fed75691969afbd (patch) | |
tree | ac14762fe8b0b0d9fc09959e01609a7b4ddf0763 /editeng/source | |
parent | e36fddde8ab87fae6f3428d58a8e890c2b2c798c (diff) |
WrtStt->WrdStt for consistency with the other word start abbrevs
Change-Id: I4ec773b5867d804d9c293c4c89cb9be4acb017b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125315
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 6dfe778f2631..16d443dce4b5 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -1680,7 +1680,7 @@ bool SvxAutoCorrect::AddCplSttException( const OUString& rNew, } // Adds a single word. The list will immediately be written to the file! -bool SvxAutoCorrect::AddWrtSttException( const OUString& rNew, +bool SvxAutoCorrect::AddWrdSttException( const OUString& rNew, LanguageType eLang ) { SvxAutoCorrectLanguageLists* pLists = nullptr; |