diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 21:44:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-20 09:14:43 +0200 |
commit | 41e6f0fd99b2e68dfe32d9be3defe60ff36ba8f1 (patch) | |
tree | f42ea10d9869ba9ddc6f047ca48be89a14d00b1f /fpicker/source | |
parent | b6fd78a9fa4bb6e53da8b8216f00bb887e1fd917 (diff) |
Fix typos
Change-Id: Iab3756a0e27af8a87e4012decdf706d19d0f3e82
Reviewed-on: https://gerrit.libreoffice.org/77757
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/commonpicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx index e87d58fb739d..7751cf25316b 100644 --- a/fpicker/source/office/commonpicker.cxx +++ b/fpicker/source/office/commonpicker.cxx @@ -205,7 +205,7 @@ namespace svt if ( m_pDlg ) { - // synchronize the help id of the dialog with out help URL property + // synchronize the help id of the dialog without help URL property if ( !m_sHelpURL.isEmpty() ) { // somebody already set the help URL while we had no dialog yet OControlAccess::setHelpURL( m_pDlg, m_sHelpURL, false ); |