diff options
Diffstat (limited to 'app-office/koffice-libs/files/koffice-1.4.0-save.patch')
-rw-r--r-- | app-office/koffice-libs/files/koffice-1.4.0-save.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-office/koffice-libs/files/koffice-1.4.0-save.patch b/app-office/koffice-libs/files/koffice-1.4.0-save.patch deleted file mode 100644 index 40772ef93525..000000000000 --- a/app-office/koffice-libs/files/koffice-1.4.0-save.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nur koffice-1.4.0.orig/lib/kofficecore/koDocument.cc koffice-1.4.0/lib/kofficecore/koDocument.cc ---- koffice-1.4.0.orig/lib/kofficecore/koDocument.cc 2005-06-15 15:39:33.000000000 +0200 -+++ koffice-1.4.0/lib/kofficecore/koDocument.cc 2005-06-22 14:58:03.000000000 +0200 -@@ -354,11 +354,6 @@ - bool KoDocument::saveFile() - { - kdDebug(30003) << "KoDocument::saveFile() doc='" << url().url() <<"'"<< endl; -- if ( !kapp->inherits( "KoApplication" ) ) -- { -- d->lastErrorMessage = i18n( "Internal error: not a KOffice application, saving not allowed." ); -- return false; -- } - - // Save it to be able to restore it after a failed save - const bool wasModified = isModified (); |