[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - scaddins/source
Eike Rathke
erack at redhat.com
Thu Dec 5 06:55:18 PST 2013
scaddins/source/analysis/analysishelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5491192f98a9b50e1b8d2ecd9d711ee373246d15
Author: Eike Rathke <erack at redhat.com>
Date: Thu Dec 5 15:43:14 2013 +0100
Revert "Resolves: fdo#72174 convert_add from "at" or "atm" to "Pa" gives same answer"
This reverts commit 054b74222d72a61db3c67b32d62f99a1a0a5e9d6.
diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx
index 1b8fa1b..33c035f 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", 1.0197162129779000E-05, CDC_Pressure ); // Atmosphere also
+ NEWDP( "at", 9.8692329999819300E-06, 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
More information about the Libreoffice-commits
mailing list