diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-02 10:05:21 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-06 21:17:27 +0200 |
commit | 43d35f56efc0a4b79909dc9fbd7b0483204b6f1a (patch) | |
tree | ca65ca87d590c619ebafb80c3aeb3dc97f4b5a9a /cui | |
parent | 1bc911eca173131fdc6e7e3889d128fa03adbf72 (diff) |
Fix typos
Change-Id: I54c32259750c0863a39f56fabaa1a0df7d208c9a
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/numfmt.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/swpossizetabpage.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index 89abd94bfcc6..e9aa60a197a6 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -1127,7 +1127,7 @@ void SvxNumberFormatTabPage::UpdateFormatListBox_Impl #*------------------------------------------------------------------------ #* #* Class: SvxNumberFormatTabPage -#* Function: Updates the text of Thousands seprator checkbox +#* Function: Updates the text of Thousands separator checkbox #* if scientific format "Engineering notation" #* else "Thousands separator" #* Input: --- diff --git a/cui/source/tabpages/swpossizetabpage.cxx b/cui/source/tabpages/swpossizetabpage.cxx index f2d48ace54b7..65a6a0867789 100644 --- a/cui/source/tabpages/swpossizetabpage.cxx +++ b/cui/source/tabpages/swpossizetabpage.cxx @@ -1274,7 +1274,7 @@ IMPL_LINK( SvxSwPosSizeTabPage, RelHdl, ListBox *, pLB ) } } } - if (pLB) // only if the hanlder has been called by a change of the controller + if (pLB) // only if the handler has been called by a change of the controller RangeModifyHdl(*m_pWidthMF); return 0; |