diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-20 12:31:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-20 17:48:06 +0200 |
commit | ea4fe606687876e8dc3e160be4a238cc66193b27 (patch) | |
tree | af6eb663ff0d1573fb0764904d2c523cdbed3494 /vcl | |
parent | 0787ce8814e37972a0c968f60008d4e8722b6e27 (diff) |
uselessmatch can take FontSelectPatternAttributes
Change-Id: Ic441d8795133b0332011ce8d19fcc9f644046dda
Reviewed-on: https://gerrit.libreoffice.org/59321
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/fontmanager/fontsubst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |