summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-30 05:37:23 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-30 05:37:23 -0800
commit77e6d84718173b1ca15c64f4b4be19be506fc51b (patch)
tree3cf489728051433350430bc89134d8fe7d0b688a
parent48503c5666b5461ec71aaf73966128efe5d39534 (diff)
Fix Muthu Subramanian type issue
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx2
1 files changed, 1 insertions, 1 deletions
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 )
{