diff options
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 |