From e2ff699318c6a1c566b583dc8a570abf3590d818 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sun, 16 Aug 2020 12:11:37 +0000 Subject: textproc/libstaroffice: update to 0.0.7 release --- .../files/patch-src_lib_StarObjectSmallGraphic.cxx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx (limited to 'textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx') diff --git a/textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx b/textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx deleted file mode 100644 index c6f27111e909..000000000000 --- a/textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- src/lib/StarObjectSmallGraphic.cxx.orig 2018-04-25 11:44:09 UTC -+++ src/lib/StarObjectSmallGraphic.cxx -@@ -1389,7 +1389,7 @@ bool SdrGraphicPath::send(STOFFListenerPtr &listener, - else { - shape.m_command=STOFFGraphicShape::C_Path; - librevenge::RVNGPropertyListVector path; -- for (auto const poly : m_pathPolygons) -+ for (auto const &poly : m_pathPolygons) - poly.addToPath(path, isClosed, state.m_global->m_relativeUnit, state.m_global->m_offset); - shape.m_propertyList.insert("svg:d", path); - } -@@ -1402,7 +1402,7 @@ bool SdrGraphicPath::send(STOFFListenerPtr &listener, - - //////////////////////////////////////// - //! Internal: virtual class to store a Sdr graphic uno --class SdrGraphicUno : public SdrGraphicRect -+class SdrGraphicUno final : public SdrGraphicRect - { - public: - //! constructor -- cgit v1.2.3