[Libreoffice-commits] core.git: vcl/source
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 30 16:21:22 UTC 2019
vcl/source/gdi/pdfwriter_impl.hxx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 62794b55ede3af9b805319c49d440b0cb4266879
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Mon Dec 30 12:12:47 2019 +0100
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Mon Dec 30 17:20:50 2019 +0100
pdf: move GradientEmit out of PDFWriterImpl class
Change-Id: Ia2e6a03aef2f7de7563bb5e9500062592c241634
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86001
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 c04424fe7932..4e66f8f101c7 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -217,6 +217,13 @@ struct JPGEmit
}
};
+struct GradientEmit
+{
+ Gradient m_aGradient;
+ Size m_aSize;
+ sal_Int32 m_nObject;
+};
+
}
class PDFWriterImpl : public VirtualDevice
@@ -226,13 +233,6 @@ class PDFWriterImpl : public VirtualDevice
public:
friend struct vcl::pdf::PDFPage;
- struct GradientEmit
- {
- Gradient m_aGradient;
- Size m_aSize;
- sal_Int32 m_nObject;
- };
-
// for tilings (drawWallpaper, begin/endPattern)
struct TilingEmit
{
More information about the Libreoffice-commits
mailing list