Kaydet (Commit) c306532e authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: try to silence MacOSX-Intel tinderbox

üst eab072e4
...@@ -799,7 +799,7 @@ void DomainMapper_Impl::CheckUnregisteredFrameConversion( ) ...@@ -799,7 +799,7 @@ void DomainMapper_Impl::CheckUnregisteredFrameConversion( )
// If there is no fill, the Word default is 100% transparency. // If there is no fill, the Word default is 100% transparency.
// Otherwise CellColorHandler has priority, and this setting // Otherwise CellColorHandler has priority, and this setting
// will be ignored. // will be ignored.
pFrameProperties[15].Value <<= 100; pFrameProperties[15].Value <<= sal_Int32(100);
lcl_MoveBorderPropertiesToFrame(aFrameProperties, lcl_MoveBorderPropertiesToFrame(aFrameProperties,
rAppendContext.pLastParagraphProperties->GetStartingRange(), rAppendContext.pLastParagraphProperties->GetStartingRange(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment