[Libreoffice-commits] core.git: vcl/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sat Apr 24 10:05:35 UTC 2021
vcl/source/gdi/pdfwriter_impl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 54d58cc489e1c0cd63f09c9c9f8324c9fbd86360
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Apr 24 09:33:13 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Apr 24 12:04:55 2021 +0200
Replace list by vector (m_aTransparentObjects in vcl/pdfwriter_impl)
Change-Id: Ie6679df3426f50b2496b2478ae2ee852f1afff46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114578
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index cfbe450e859a..6280fc5ec11f 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -720,7 +720,7 @@ private:
std::list< GradientEmit > m_aGradients;
/* contains bitmap tiling patterns */
std::vector< TilingEmit > m_aTilings;
- std::list< TransparencyEmit > m_aTransparentObjects;
+ std::vector< TransparencyEmit > m_aTransparentObjects;
/* contains all font subsets in use */
std::map<const PhysicalFontFace*, FontSubset> m_aSubsets;
std::map<const PhysicalFontFace*, EmbedFont> m_aSystemFonts;
More information about the Libreoffice-commits
mailing list