mcst-linux-kernel/patches-2024.06.26/libreoffice-6.3.0.4/0007-bug122861.patch

13 lines
571 B
Diff

diff -Nuar old/vcl/source/gdi/pdfwriter_impl.cxx new/vcl/source/gdi/pdfwriter_impl.cxx
--- old/vcl/source/gdi/pdfwriter_impl.cxx 2019-11-18 15:58:30.506948470 +0300
+++ new/vcl/source/gdi/pdfwriter_impl.cxx 2020-04-13 18:12:13.206265853 +0300
@@ -8845,7 +8845,7 @@
aLine.append("<< /Type /XObject");
aLine.append(" /Subtype /Form");
aLine.append(" /Resources <<");
- static const std::initializer_list<OString> aKeys =
+ const std::initializer_list<OString> aKeys =
{
"ColorSpace",
"ExtGState",