summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/kspread/files/kspread-1.5_beta2-gcc41.patch')
-rw-r--r--app-office/kspread/files/kspread-1.5_beta2-gcc41.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-office/kspread/files/kspread-1.5_beta2-gcc41.patch b/app-office/kspread/files/kspread-1.5_beta2-gcc41.patch
deleted file mode 100644
index 25bb9849bbfe..000000000000
--- a/app-office/kspread/files/kspread-1.5_beta2-gcc41.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: kspread-1.5_beta2/kspread/valueparser.h
-===================================================================
---- kspread-1.5_beta2.orig/kspread/valueparser.h
-+++ kspread-1.5_beta2/kspread/valueparser.h
-@@ -70,7 +70,7 @@ class ValueParser {
- bool & duration);
-
- /** a helper function to read numbers and distinguish integers and FPs */
-- double ValueParser::readNumber(const QString &_str, bool * ok, bool * isInt);
-+ double readNumber(const QString &_str, bool * ok, bool * isInt);
- /** a helper function to read integers */
- int readInt (const QString &str, uint &pos);
- FormatType fmtType;