[Libreoffice-commits] core.git: fpicker/source vcl/win
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 21 10:50:12 UTC 2019
fpicker/source/office/iodlg.cxx | 2 +-
vcl/win/window/salframe.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 40b25aad84cbc6d57ec226427c708406522d0b4c
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Oct 21 11:07:19 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Oct 21 12:49:10 2019 +0200
to wide -> too wide
Change-Id: I5a6743c41599f55b14461741cebc40e4186945a7
Reviewed-on: https://gerrit.libreoffice.org/81215
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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();
More information about the Libreoffice-commits
mailing list