[Libreoffice-commits] .: sc/source

Joseph Powers jpowers at kemper.freedesktop.org
Tue Nov 30 05:37:34 PST 2010


 sc/source/ui/unoobj/cellsuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91203e379740118412c93e40ebc18418452c7ac5
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Tue Nov 30 05:37:23 2010 -0800

    Fix Muthu Subramanian type issue

diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 939fa4b..448f627 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -2255,7 +2255,7 @@ void ScCellRangesBase::SetOnePropertyValue( const SfxItemPropertySimpleEntry* pE
             {
                 case EE_CHAR_ESCAPEMENT:    // Specifically for xlsx import
                     {
-                        int nValue;
+                        sal_Int32 nValue(0);
                         aValue >>= nValue;
                         if( nValue )
                         {


More information about the Libreoffice-commits mailing list