summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/propread.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-06 14:57:12 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-06 14:57:12 +0100
commite672cd42fd750b9d2b033b743e544597fe137703 (patch)
tree3bdf80aa94e50ad3ad278ec7a5ed16cc1d474ce5 /sd/source/filter/ppt/propread.cxx
parentc1dfee3e9860e0e6abad45551d014ab46a94cb06 (diff)
parent0bafb5a5e88a430440cb7a3ea42d787c6d1dcd79 (diff)
removetooltypes01: rebase to DEV300_m96
Diffstat (limited to 'sd/source/filter/ppt/propread.cxx')
-rw-r--r--[-rwxr-xr-x]sd/source/filter/ppt/propread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/propread.cxx b/sd/source/filter/ppt/propread.cxx
index ff1250bdf090..b77c2563fc03 100755..100644
--- a/sd/source/filter/ppt/propread.cxx
+++ b/sd/source/filter/ppt/propread.cxx
@@ -99,7 +99,7 @@ static xub_StrLen lcl_getMaxSafeStrLen(sal_uInt32 nSize)
if (nSize > STRING_MAXLEN)
nSize = STRING_MAXLEN;
- return nSize;
+ return static_cast< xub_StrLen >( nSize );
}
BOOL PropItem::Read( String& rString, sal_uInt32 nStringType, sal_Bool bAlign )