diff options
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 | ||||
-rw-r--r-- | vcl/win/window/salframe.cxx | 2 |
2 files changed, 2 insertions, 2 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(); diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index e021bfd216e9..bb6a6fed2e44 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -2725,7 +2725,7 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings ) aStyleSettings.SetHelpFont( aHelpFont ); aStyleSettings.SetIconFont( aIconFont ); // We prefer Arial in the russian version, because MS Sans Serif - // is to wide for the dialogs + // is too wide for the dialogs if ( rSettings.GetLanguageTag().getLanguageType() == LANGUAGE_RUSSIAN ) { OUString aFontName = aAppFont.GetFamilyName(); |