aboutsummaryrefslogtreecommitdiff
path: root/editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff
diff options
context:
space:
mode:
Diffstat (limited to 'editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff')
-rw-r--r--editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff b/editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff
deleted file mode 100644
index 4635b7562fac..000000000000
--- a/editors/koffice-kde3/files/patch-post-1.3.5-koffice.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- filters/kword/pdf/xpdf/xpdf/XRef.cc 30 Oct 2004 16:35:33 -0000 1.6
-+++ filters/kword/pdf/xpdf/xpdf/XRef.cc 20 Jan 2005 17:36:38 -0000 1.8
-@@ -501,6 +501,12 @@ GBool XRef::checkEncrypted(GString *owne
- } else {
- keyLength = 5;
- }
-+ if (keyLength < 1) {
-+ keyLength = 1;
-+ }
-+ if (keyLength > 16) {
-+ keyLength = 16;
-+ }
- permFlags = permissions.getInt();
- if (encVersion >= 1 && encVersion <= 2 &&
- encRevision >= 2 && encRevision <= 3) {