diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-22 16:29:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 14:18:49 +0200 |
commit | 26f1fc7c520b442a3c56b3346a19d921e1574f81 (patch) | |
tree | deb74c1ee0f549e6c6c17d0a3827b23379942106 /cui | |
parent | 810eed8646eacd665004d95359f21ce5e23fc795 (diff) |
Fix typos
Change-Id: I4bb060a6a65ca27bba8d16c268660bedef8b0ed5
Reviewed-on: https://gerrit.libreoffice.org/57821
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/autocdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index 16a92adb7d0b..f221bb9da9e7 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -2577,7 +2577,7 @@ IMPL_LINK_NOARG(OfaSmartTagOptionsTabPage, CheckHdl, CheckBox&, void) // if the controls are currently enabled, we still have to check // if the properties button should be disabled because the currently - // seleted smart tag type does not have a properties dialog. + // selected smart tag type does not have a properties dialog. // We do this by calling SelectHdl: if ( bEnable ) SelectHdl(m_pSmartTagTypesLB); |