summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 12:14:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 12:14:30 +0000
commit032fce8a509ba801d39ef64473ab7aca6e6beffa (patch)
tree6df105f6377049052feea24c25e9811db6dc8c02 /sc/source/filter/excel/xeformula.cxx
parentb099ccbfdf075f3685f5b819968f740539ec9cbf (diff)
INTEGRATION: CWS impresstables2 (1.17.22); FILE MERGED
2008/03/11 19:24:11 cl 1.17.22.5: RESYNC: (1.21-1.23); FILE MERGED 2008/02/20 17:53:06 cl 1.17.22.4: RESYNC: (1.20-1.21); FILE MERGED 2007/10/12 02:32:25 cl 1.17.22.3: RESYNC: (1.19-1.20); FILE MERGED 2007/08/01 22:27:24 cl 1.17.22.2: RESYNC: (1.17-1.19); FILE MERGED 2007/07/26 21:40:57 cl 1.17.22.1: #i68103# reworked styles to use refcounting
Diffstat (limited to 'sc/source/filter/excel/xeformula.cxx')
-rw-r--r--sc/source/filter/excel/xeformula.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xeformula.cxx b/sc/source/filter/excel/xeformula.cxx
index 5f3e4e331a9e..82b67c5305d3 100644
--- a/sc/source/filter/excel/xeformula.cxx
+++ b/sc/source/filter/excel/xeformula.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xeformula.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: kz $ $Date: 2008-03-07 11:18:08 $
+ * last change: $Author: rt $ $Date: 2008-03-12 13:14:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -657,7 +657,7 @@ void XclExpFmlaCompImpl::AppendInlineArrays( ScfUInt8Vec& rExtensionTokens )
if( meBiff == EXC_BIFF8 )
{
- rExtensionTokens.push_back( sal_uInt8( nMaxC - 1 ) );
+ rExtensionTokens.push_back( sal::static_int_cast<const sal_uInt8>( nMaxC - 1 ) );
rExtensionTokens.resize( rExtensionTokens.size() + 2 );
ShortToSVBT16( static_cast< USHORT >( nMaxR - 1 ), &*(rExtensionTokens.end() - 2) );
}