summaryrefslogtreecommitdiff
path: root/textproc/libstaroffice/files/patch-src_lib_STOFFOLEParser.cxx
diff options
context:
space:
mode:
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("");