[Libreoffice-commits] core.git: vcl/source
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 30 11:01:20 UTC 2019
vcl/source/gdi/pdfwriter_impl.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 6c6b3d4a7cf62ea01bf1bc4583b05b67f2b81ce2
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Mon Dec 30 09:20:27 2019 +0100
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Mon Dec 30 12:00:49 2019 +0100
pdf: remove FontSubsetData typedef
Change-Id: I5c9bdd12979e43da277796fd1867d46d7e5a27b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85986
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index 7ccd43119151..8cc7c714f338 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -305,7 +305,6 @@ public:
std::vector< FontEmit > m_aSubsets;
std::map<sal_GlyphId, Glyph> m_aMapping;
};
- typedef std::map< const PhysicalFontFace*, FontSubset > FontSubsetData;
struct EmbedFont
{
sal_Int32 m_nNormalFontID;
@@ -643,7 +642,7 @@ private:
std::vector< TilingEmit > m_aTilings;
std::list< TransparencyEmit > m_aTransparentObjects;
/* contains all font subsets in use */
- FontSubsetData m_aSubsets;
+ std::map<const PhysicalFontFace*, FontSubset> m_aSubsets;
FontEmbedData m_aSystemFonts;
sal_Int32 m_nNextFID;
PDFFontCache m_aFontCache;
More information about the Libreoffice-commits
mailing list