diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 15b95020b5ed..332b345b36bd 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -2449,7 +2449,7 @@ void SvtFileDialog::AddControls_Impl( ) if ( _nPickerFlags & PickerFlags::ShowPreview ) { pImpl->_aIniKey = "ImportGraphicDialog"; - // because the "<All Formats> (*.bmp,*...)" entry is to wide, + // because the "<All Formats> (*.bmp,*...)" entry is too wide, // we need to disable the auto width feature of the filter box pImpl->DisableFilterBoxAutoWidth(); |