[Libreoffice-commits] .: svx/source

Muthu Subramanian sumuthu at kemper.freedesktop.org
Thu Jun 23 04:25:59 PDT 2011


 svx/source/table/cell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 72e03ce11bde6c32ec1774bf5b244b687b4b997d
Author: Muthu Subramanian <sumuthu at novell.com>
Date:   Thu Jun 23 17:10:30 2011 +0530

    Code review (bug fix).

diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index 61755b4..0749dd1 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -938,7 +938,7 @@ double SAL_CALL Cell::getValue(  ) throw (RuntimeException)
 
 void SAL_CALL Cell::setValue( double nValue ) throw (RuntimeException)
 {
-    if( mfValue == nValue )
+    if( mfValue != nValue )
     {
         mfValue = nValue;
         mnCellContentType = CellContentType_VALUE;


More information about the Libreoffice-commits mailing list