Redundant check

Change-Id: Ifc53652e4ad4e4a0505480ab155e0352aedc9b26
This commit is contained in:
Stephan Bergmann
2013-05-21 17:16:45 +02:00
parent 355180f3e5
commit 7131fe8dd1

View File

@@ -755,7 +755,7 @@ bool PhysicalFontFace::IsBetterMatch( const FontSelectPattern& rFSD, FontMatchSt
int nMatch = 0;
const OUString& rFontName = rFSD.maTargetName;
if( rFontName == GetFamilyName() || rFontName.equalsIgnoreAsciiCase( GetFamilyName() ) )
if( rFontName.equalsIgnoreAsciiCase( GetFamilyName() ) )
nMatch += 240000;
if( rStatus.mpTargetStyleName