diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-03-07 11:33:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-03-07 11:47:32 +0100 |
commit | 4618de024845573e33324539a7b455cd274a5fc3 (patch) | |
tree | d088c12c655e129e96c3583e45626ba0a810636e /bin | |
parent | 604bb64047a243a856ac42ea47786800901378ff (diff) |
Drop useless parameter
The parameter to PrintFontManager::countFontconfigFonts() was only
written to since babf6d5e53516e80e8e3f2485796ebfaeb20e9c1.
Change-Id: Ie206fdbd620f1cfc6402c1d02709c3b653140c85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131097
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/find-can-be-private-symbols.functions.results | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-can-be-private-symbols.functions.results b/bin/find-can-be-private-symbols.functions.results index 2039061f1477..137b54d7a903 100644 --- a/bin/find-can-be-private-symbols.functions.results +++ b/bin/find-can-be-private-symbols.functions.results @@ -21124,7 +21124,7 @@ psp::PrintFontManager::analyzeFontFile(int, rtl::OString const&, char const*) co psp::PrintFontManager::analyzeSfntFamilyName(void const*, std::vector<rtl::OUString, std::allocator<rtl::OUString> >&) psp::PrintFontManager::analyzeSfntFile(psp::PrintFontManager::PrintFont&) const psp::PrintFontManager::convertSfntName(void*) -psp::PrintFontManager::countFontconfigFonts(std::unordered_map<rtl::OString, int, std::hash<rtl::OString>, std::equal_to<rtl::OString>, std::allocator<std::pair<rtl::OString const, int> > >&) +psp::PrintFontManager::countFontconfigFonts() psp::PrintFontManager::createFontSubset(FontSubsetInfo&, int, rtl::OUString const&, unsigned short const*, unsigned char const*, int*, int) psp::PrintFontManager::deinitFontconfig() psp::PrintFontManager::fillPrintFontInfo(psp::PrintFontManager::PrintFont const&, psp::FastPrintFontInfo&) |