rpms/koffice/devel koffice-kspread-cpp.patch,NONE,1.1

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Mar 15 21:29:38 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/koffice/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6960

Added Files:
	koffice-kspread-cpp.patch 
Log Message:
- forgot patch


koffice-kspread-cpp.patch:

--- NEW FILE koffice-kspread-cpp.patch ---
--- kspread/valueparser.h.orig	2006-03-14 10:36:32.000000000 +0100
+++ kspread/valueparser.h	2006-03-14 10:36:54.000000000 +0100
@@ -70,7 +70,7 @@
       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;




More information about the fedora-extras-commits mailing list