[gnumeric] Fix NPV documentation. [#22381]



commit 6ec4cd17a3d392ebd867f144027eaa520a47a0de
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Mon Jan 4 21:11:14 2010 -0700

    Fix NPV documentation. [#22381]
    
    2010-01-04  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* functions.c (help_npv): there does not seem to be
    	  a type argument

 NEWS                             |    1 +
 plugins/fn-financial/ChangeLog   |    5 +++++
 plugins/fn-financial/functions.c |    1 -
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d8c29f0..b684c16 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,7 @@ Andreas:
 	* Add auto expression menu items to add formula. [#8872]
 	* Some updates to the Gnumeric manual.
 	* Fix tool tip position for recent gtk (2.18 or newer). [#605723]
+	* Fix NPV documentation. [#22381]
 
 Jean
 	* Fix import export of line type in scatter plots. [#605043]
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index d0a7301..60f90be 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-04  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_npv): there does not seem to be 
+	  a type argument
+	
 2010-01-02  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_euroconvert): fix spelling
diff --git a/plugins/fn-financial/functions.c b/plugins/fn-financial/functions.c
index e8a5366..279ec28 100644
--- a/plugins/fn-financial/functions.c
+++ b/plugins/fn-financial/functions.c
@@ -1473,7 +1473,6 @@ static GnmFuncHelp const help_npv[] = {
         { GNM_FUNC_HELP_ARG, F_("value1:cash flow for period 1")},
         { GNM_FUNC_HELP_ARG, F_("value2:cash flow for period 2")},
 	{ GNM_FUNC_HELP_DESCRIPTION, F_("NPV calculates the net present value of a cash flow.") },
-	TYPE_HELP,
         { GNM_FUNC_HELP_EXAMPLES, "=NPV(10%,100,100,-250)" },
         { GNM_FUNC_HELP_SEEALSO, "PV"},
 	{ GNM_FUNC_HELP_END }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]