summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptx-text.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/pptx-text.cxx')
-rw-r--r--sd/source/filter/eppt/pptx-text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx
index 358157662ff5..b2c25b55eb27 100644
--- a/sd/source/filter/eppt/pptx-text.cxx
+++ b/sd/source/filter/eppt/pptx-text.cxx
@@ -224,7 +224,7 @@ void PortionObj::Write( SvStream* pStrm, bool bLast )
if ( bLast && mbLastPortion )
nCount--;
for ( sal_uInt32 i = 0; i < nCount; i++ )
- pStrm->WriteUInt16( (sal_uInt16)mpText[ i ] );
+ pStrm->WriteUInt16( mpText[ i ] );
}
void PortionObj::ImplGetPortionValues( FontCollection& rFontCollection, bool bGetPropStateValue )