vcl/unx/generic/fontmanager/fontsubst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ea4fe606687876e8dc3e160be4a238cc66193b27 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Aug 20 12:31:48 2018 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Aug 20 17:48:06 2018 +0200 uselessmatch can take FontSelectPatternAttributes Change-Id: Ic441d8795133b0332011ce8d19fcc9f644046dda Reviewed-on: https://gerrit.libreoffice.org/59321 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/unx/generic/fontmanager/fontsubst.cxx b/vcl/unx/generic/fontmanager/fontsubst.cxx index 0ff321be7806..11586ad21382 100644 --- a/vcl/unx/generic/fontmanager/fontsubst.cxx +++ b/vcl/unx/generic/fontmanager/fontsubst.cxx @@ -64,7 +64,7 @@ static FontSelectPattern GetFcSubstitute(const FontSelectPattern &rFontSelData, namespace { - bool uselessmatch(const FontSelectPattern &rOrig, const FontSelectPattern &rNew) + bool uselessmatch(const FontSelectPatternAttributes &rOrig, const FontSelectPatternAttributes &rNew) { return ( _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits