summaryrefslogtreecommitdiff
path: root/textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-08-16 12:11:37 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-08-16 12:11:37 +0000
commite2ff699318c6a1c566b583dc8a570abf3590d818 (patch)
treee987d9dd45ab31ef43c4c1206268126b8c5d8164 /textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx
parentnet-mgmt/icinga2: (diff)
textproc/libstaroffice: update to 0.0.7 release
Diffstat (limited to 'textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx')
-rw-r--r--textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx b/textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx
deleted file mode 100644
index 5daa10b16357..000000000000
--- a/textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/STOFFOLEParser.cxx.orig 2018-01-30 09:10:08 UTC
-+++ src/lib/STOFFOLEParser.cxx
-@@ -506,7 +506,7 @@ bool STOFFOLEParser::readSummaryInformation(STOFFInput
- ascii.addPos(pos);
- ascii.addNote(f.str().c_str());
-
-- for (auto const posToType : posToTypeMap) {
-+ for (auto const &posToType : posToTypeMap) {
- pos=posToType.first;
- input->seek(pos, librevenge::RVNG_SEEK_SET);
- f.str("");