[Libreoffice-commits] .: Branch 'libreoffice-3-6' - scaddins/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 11 03:08:47 PDT 2012


 scaddins/source/analysis/analysishelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac49fba7abfa70c3c30314e09d2170218ff4e7b2
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Oct 9 20:57:40 2012 +0200

    Resolves: fdo#55367 wrong convertion factor for "tspm"
    
    Change-Id: I80fd050e1bbdc0386c13e0afbeeb404e14b2694b
    Reviewed-on: https://gerrit.libreoffice.org/849
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>
    Reviewed-on: https://gerrit.libreoffice.org/855

diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx
index a37632f..2347f53 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -2546,7 +2546,7 @@ ConvertDataList::ConvertDataList( void )
     NEWD( "Humpen",     2.0,                    CDC_Volume ); // ***
     NEWD( "ly3",        1.1810108125623799E-51, CDC_Volume ); // *** Cubic light-year
     NEWD( "MTON",       1.4125866688595436E00,  CDC_Volume ); // *** Measurement ton
-    NEWD( "tspm",       5.0000000000000000E02,  CDC_Volume ); // *** Modern teaspoon
+    NEWD( "tspm",       2.0000000000000000E02,  CDC_Volume ); // *** Modern teaspoon
     NEWD( "uk_gal",     2.1996924829908779E-01,  CDC_Volume ); // U.K. / Imperial gallon        1/4.54609
     NEWD( "uk_qt",      8.7987699319635115E-01,  CDC_Volume ); // U.K. / Imperial quart         1/4 imperial gallon
 


More information about the Libreoffice-commits mailing list