fix dubious cache comparison check
in... commit 083b7ca2 Date: Tue Dec 26 15:58:21 2017 +0100 Move PhysicalFontFace member of FontSelectPattern this went from... if ( (rA.mpFontData && rA.mpFontData->IsSymbolFont()) || (rB.mpFontData && rB.mpFontData->IsSymbolFont()) ) to ... if (rA.IsSymbolFont() && rB.IsSymbolFont()) { Change-Id: I1407573dfa73ac843b790ff3bc4ac0d5f66ab42c Reviewed-on: https://gerrit.libreoffice.org/55183Tested-by:Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
Showing
Please
register
or
sign in
to comment