Fix typos
Change-Id: I4924e62af79ba225a4cc9ed2f1221111854318b9 Reviewed-on: https://gerrit.libreoffice.org/54883 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
3fe61a95b9
commit
c73c8475d0
@ -48,7 +48,7 @@
|
|||||||
* | '&' | '|'
|
* | '&' | '|'
|
||||||
* | '&&' | '||'
|
* | '&&' | '||'
|
||||||
*
|
*
|
||||||
* The normal C order of precidence is supported.
|
* The normal C order of precedence is supported.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* External Entry Points:
|
* External Entry Points:
|
||||||
|
@ -1182,7 +1182,7 @@ PhysicalFontFamily* PhysicalFontCollection::FindFontFamily( FontSelectPattern& r
|
|||||||
utl::FontSubstConfiguration::getMapName( aSearchName, aTempShortName, aTempFamilyName,
|
utl::FontSubstConfiguration::getMapName( aSearchName, aTempShortName, aTempFamilyName,
|
||||||
eTempWeight, eTempWidth, nTempType );
|
eTempWeight, eTempWidth, nTempType );
|
||||||
|
|
||||||
// use a shortend token name if available
|
// use a shortened token name if available
|
||||||
if( aTempShortName != aSearchName )
|
if( aTempShortName != aSearchName )
|
||||||
{
|
{
|
||||||
PhysicalFontFamily* pFoundData = ImplFindFontFamilyBySearchName( aTempShortName );
|
PhysicalFontFamily* pFoundData = ImplFindFontFamilyBySearchName( aTempShortName );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user