diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-09-05 21:33:25 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-09-06 15:07:04 +0200 |
commit | 789b517819495a9efff5538de7e8e5106fc64f81 (patch) | |
tree | f10218dcdd9aececb86eae7f1e0da7941ca7f3af /vcl/inc/pdf/pdfwriter_impl.hxx | |
parent | fe87b2a2cccbc99d001705fdd8f8dc2e9997f211 (diff) |
vcl: Drop now unused PDFFontCache
Change-Id: I7959103f43d993e39bff03e7c71289c37a5cfa3d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139458
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'vcl/inc/pdf/pdfwriter_impl.hxx')
-rw-r--r-- | vcl/inc/pdf/pdfwriter_impl.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/pdf/pdfwriter_impl.hxx b/vcl/inc/pdf/pdfwriter_impl.hxx index 048b03cf2351..af77b58da544 100644 --- a/vcl/inc/pdf/pdfwriter_impl.hxx +++ b/vcl/inc/pdf/pdfwriter_impl.hxx @@ -57,7 +57,7 @@ #include <vcl/filter/pdfobjectcontainer.hxx> #include <pdf/ExternalPDFStreams.hxx> #include <pdf/pdfbuildin_fonts.hxx> -#include <pdf/pdffontcache.hxx> +#include <salgdi.hxx> class StyleSettings; class FontSubsetInfo; @@ -741,7 +741,6 @@ private: std::map<const vcl::font::PhysicalFontFace*, FontSubset> m_aSubsets; std::map<const vcl::font::PhysicalFontFace*, EmbedFont> m_aSystemFonts; sal_Int32 m_nNextFID; - PDFFontCache m_aFontCache; /// Cache some most recent bitmaps we've exported, in case we encounter them again.. o3tl::lru_map<BitmapChecksum, |