From 77e6d84718173b1ca15c64f4b4be19be506fc51b Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Tue, 30 Nov 2010 05:37:23 -0800 Subject: Fix Muthu Subramanian type issue --- sc/source/ui/unoobj/cellsuno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index a61a2323ed79..f705e0ed249a 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 ) { -- cgit v1.2.1