From f93a345ab5d35aadb5bbbd501df10ff2521c8104 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 30 Jul 2019 07:54:09 +0200 Subject: Fix typos Change-Id: Ib737ff364f627b9e4d0dc2a9903a07a0af36a8ae Reviewed-on: https://gerrit.libreoffice.org/76551 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- vcl/source/outdev/font.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/outdev/font.cxx') diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx index 48b82d4e856e..dbecc1d550fe 100644 --- a/vcl/source/outdev/font.cxx +++ b/vcl/source/outdev/font.cxx @@ -853,7 +853,7 @@ vcl::Font OutputDevice::GetDefaultFont( DefaultFontType nType, LanguageType eLan aFont.SetFamilyName( aName ); } - // No Name, than set all names + // No Name, then set all names if ( aFont.GetFamilyName().isEmpty() ) { if ( nFlags & GetDefaultFontFlags::OnlyOne ) -- cgit v1.2.3