summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/dffpropset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/dffpropset.cxx')
-rw-r--r--filter/source/msfilter/dffpropset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/dffpropset.cxx b/filter/source/msfilter/dffpropset.cxx
index dae799b7de84..214eb4808e88 100644
--- a/filter/source/msfilter/dffpropset.cxx
+++ b/filter/source/msfilter/dffpropset.cxx
@@ -1297,7 +1297,7 @@ bool DffPropSet::GetPropertyBool( sal_uInt32 nId ) const
OUString DffPropSet::GetPropertyString( sal_uInt32 nId, SvStream& rStrm ) const
{
- sal_Size nOldPos = rStrm.Tell();
+ sal_uInt64 const nOldPos = rStrm.Tell();
OUStringBuffer aBuffer;
sal_uInt32 nBufferSize = GetPropertyValue( nId, 0 );
if( (nBufferSize > 0) && SeekToContent( nId, rStrm ) )