summaryrefslogtreecommitdiff
path: root/converters/libwpd/patches/patch-src_lib_WPXStreamImplementation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libwpd/patches/patch-src_lib_WPXStreamImplementation.cpp')
-rw-r--r--converters/libwpd/patches/patch-src_lib_WPXStreamImplementation.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/converters/libwpd/patches/patch-src_lib_WPXStreamImplementation.cpp b/converters/libwpd/patches/patch-src_lib_WPXStreamImplementation.cpp
deleted file mode 100644
index 69103156560..00000000000
--- a/converters/libwpd/patches/patch-src_lib_WPXStreamImplementation.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_lib_WPXStreamImplementation.cpp,v 1.2 2011/08/04 23:35:43 wiz Exp $
-
-http://bugzilla.abisource.com/show_bug.cgi?id=13127
-
---- src/lib/WPXStreamImplementation.cpp.orig 2011-02-04 19:44:52.000000000 +0000
-+++ src/lib/WPXStreamImplementation.cpp
-@@ -397,7 +397,7 @@ bool WPXStringStream::isOLEStream()
- WPXInputStream* WPXStringStream::getDocumentOLEStream(const char * name)
- {
- if (!d->buffer.good())
-- return false;
-+ return NULL;
-
- Storage *tmpStorage = new Storage( d->buffer );
- Stream tmpStream( tmpStorage, name );