summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-21 11:07:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-21 12:49:10 +0200
commit40b25aad84cbc6d57ec226427c708406522d0b4c (patch)
tree5827f275d11e5d43ee91773a2545c184f52b32e2 /fpicker
parenta9f77e87f3e6ca3333bbb16dec5456f3bf2903b8 (diff)
to wide -> too wide
Change-Id: I5a6743c41599f55b14461741cebc40e4186945a7 Reviewed-on: https://gerrit.libreoffice.org/81215 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx2
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();