summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-22 15:46:16 +0200
committerobo <obo@openoffice.org>2010-06-22 15:46:16 +0200
commit034a59733389216f6ae6859c1d274a60882025e0 (patch)
tree94cc2a3f99f81eb7a3e02ae2f47bb4139dae2806 /filter
parentee664836d651162cbaf4a189fa473808c9a76029 (diff)
parentda9f5a8ee04d35ed871837f0da207f76bb7b2ce5 (diff)
CWS-TOOLING: integrate CWS cmcfixes75
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 73868d3a9f55..747306f81677 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -5380,7 +5380,7 @@ void PPTStyleTextPropReader::Init( SvStream& rIn, SdrPowerPointImport& rMan, con
if ( nInstance == TSS_TYPE_PAGETITLE )
*pPtr = 0xb;
else
- aSpecMarkerList.Insert( (void*)( pPtr - pBuf | PPT_SPEC_NEWLINE ), LIST_APPEND );
+ aSpecMarkerList.Insert( (void*)( (pPtr - pBuf) | PPT_SPEC_NEWLINE ), LIST_APPEND );
}
pPtr++;
}