diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-08-16 12:11:37 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-08-16 12:11:37 +0000 |
commit | e2ff699318c6a1c566b583dc8a570abf3590d818 (patch) | |
tree | e987d9dd45ab31ef43c4c1206268126b8c5d8164 /textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx | |
parent | net-mgmt/icinga2: (diff) |
textproc/libstaroffice: update to 0.0.7 release
Diffstat (limited to 'textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx')
-rw-r--r-- | textproc/libstaroffice/files/patch-src_lib_StarObjectSmallGraphic.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
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 |