summaryrefslogtreecommitdiffstats
path: root/redhat/applications/koffice/koffice-3.5.13-fix_gcc47_compilation.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-11-03 10:14:46 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:16:29 +0100
commitc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch)
tree05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/koffice/koffice-3.5.13-fix_gcc47_compilation.patch
parentc9bb196e3bc20aef636c7478727f24aa7656b3cf (diff)
downloadtde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz
tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip
RPM: remove lots of obsolete 3.5.13.x files
Diffstat (limited to 'redhat/applications/koffice/koffice-3.5.13-fix_gcc47_compilation.patch')
-rw-r--r--redhat/applications/koffice/koffice-3.5.13-fix_gcc47_compilation.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/redhat/applications/koffice/koffice-3.5.13-fix_gcc47_compilation.patch b/redhat/applications/koffice/koffice-3.5.13-fix_gcc47_compilation.patch
deleted file mode 100644
index 909107727..000000000
--- a/redhat/applications/koffice/koffice-3.5.13-fix_gcc47_compilation.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- koffice/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h.ORI 2012-04-26 20:22:29.322777779 +0200
-+++ koffice/chalk/plugins/viewplugins/scripting/chalkcore/krs_iterator.h 2012-04-26 20:23:21.216311169 +0200
-@@ -137,12 +137,12 @@
- }
- initiales = initiales.upper();
- // set/get general
-- addFunction("set" + initiales, &Iterator::setPixel);
-- addFunction("get" + initiales, &Iterator::getPixel);
-+ this->addFunction("set" + initiales, &Iterator::setPixel);
-+ this->addFunction("get" + initiales, &Iterator::getPixel);
- kdDebug(41011) << ( "get" + initiales ) << endl;
- // Various colorSpace
-- addFunction("invertColor", &Iterator::invertColor);
-- addFunction("darken", &Iterator::darken);
-+ this->addFunction("invertColor", &Iterator::invertColor);
-+ this->addFunction("darken", &Iterator::darken);
- }
-
- ~Iterator()