diff options
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.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000000..25bb9849bbfe --- /dev/null +++ b/app-office/kspread/files/kspread-1.5_beta2-gcc41.patch @@ -0,0 +1,13 @@ +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; |