aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_source_filter_wmf_winwmf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_source_filter_wmf_winwmf.cxx')
-rw-r--r--editors/libreoffice/files/patch-vcl_source_filter_wmf_winwmf.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/libreoffice/files/patch-vcl_source_filter_wmf_winwmf.cxx b/editors/libreoffice/files/patch-vcl_source_filter_wmf_winwmf.cxx
deleted file mode 100644
index f65ebe3a79fe..000000000000
--- a/editors/libreoffice/files/patch-vcl_source_filter_wmf_winwmf.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- vcl/source/filter/wmf/winwmf.cxx.orig 2016-12-13 16:57:41 UTC
-+++ vcl/source/filter/wmf/winwmf.cxx
-@@ -1093,7 +1093,7 @@ void WMFReader::ReadRecordParams( sal_uI
- { // first EMF comment
- nEMFRecCount = nComRecCount;
- nEMFSize = nEMFTotalSize;
-- pEMFStream = o3tl::make_unique<SvMemoryStream>( nEMFSize );
-+ pEMFStream = o3tl::make_unique<SvMemoryStream>(nEMFSize, 0);
- }
- else if( ( nEMFRecCount != nComRecCount ) || ( nEMFSize != nEMFTotalSize ) ) // add additional checks here
- {