summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/calligra/calligra.poppler.GfxFont.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/calligra/calligra.poppler.GfxFont.patch')
-rw-r--r--source/kde/kde/patch/calligra/calligra.poppler.GfxFont.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/kde/kde/patch/calligra/calligra.poppler.GfxFont.patch b/source/kde/kde/patch/calligra/calligra.poppler.GfxFont.patch
new file mode 100644
index 000000000..071f6f6c8
--- /dev/null
+++ b/source/kde/kde/patch/calligra/calligra.poppler.GfxFont.patch
@@ -0,0 +1,11 @@
+--- ./filters/karbon/pdf/SvgOutputDev.cpp.orig 2020-05-14 01:51:30.000000000 -0500
++++ ./filters/karbon/pdf/SvgOutputDev.cpp 2022-05-02 01:24:57.902177123 -0500
+@@ -410,7 +410,7 @@
+ if (s->getLength() == 0)
+ return;
+
+- GfxFont * font = state->getFont();
++ std::shared_ptr<GfxFont> font = state->getFont();
+
+ QString str;
+