scaddins/source/analysis/analysishelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c2dd0ef4b891a3d126dbe70ab5b76016b69d491c Author: Julien Nabet <serval2...@yahoo.fr> Date: Sat Nov 30 18:28:15 2013 +0100 Resolves: fdo#72174 convert_add from "at" or "atm" to "Pa" gives same answer Change-Id: I76c1a0bd7cc93cf60ffa8da08200969a7315a8c3 diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx index 33c035f..1b8fa1b 100644 --- a/scaddins/source/analysis/analysishelper.cxx +++ b/scaddins/source/analysis/analysishelper.cxx @@ -2547,7 +2547,7 @@ ConvertDataList::ConvertDataList( void ) // PRESSURE: 1 Pascal is... NEWDP( "Pa", 1.0000000000000000E00, CDC_Pressure ); // Pascal NEWDP( "atm", 9.8692329999819300E-06, CDC_Pressure ); // Atmosphere - NEWDP( "at", 9.8692329999819300E-06, CDC_Pressure ); // Atmosphere also + NEWDP( "at", 1.0197162129779000E-05, CDC_Pressure ); // Atmosphere also NEWDP( "mmHg", 7.5006170799862700E-03, CDC_Pressure ); // mm Hg (Mercury) NEWD( "Torr", 7.5006380000000000E-03, CDC_Pressure ); // *** Torr NEWD( "psi", 1.4503770000000000E-04, CDC_Pressure ); // *** Psi _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits