diff options
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 ); |