Kaydet (Commit) 27adf385 authored tarafından Michael Stahl's avatar Michael Stahl

typo

Change-Id: Ic820daa58574fb37a737b632ba6c58d31ccb8114
üst 7a398f6d
...@@ -1801,7 +1801,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape ...@@ -1801,7 +1801,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
#endif #endif
text::TextContentAnchorType nAnchorType(text::TextContentAnchorType_AT_PARAGRAPH); text::TextContentAnchorType nAnchorType(text::TextContentAnchorType_AT_PARAGRAPH);
xProps->getPropertyValue(rPropNameSupplier.GetName( PROP_ANCHOR_TYPE )) >>= nAnchorType; xProps->getPropertyValue(rPropNameSupplier.GetName( PROP_ANCHOR_TYPE )) >>= nAnchorType;
bool checkZOredrStatus = false; bool checkZOrderStatus = false;
if (xSInfo->supportsService("com.sun.star.text.TextFrame")) if (xSInfo->supportsService("com.sun.star.text.TextFrame"))
{ {
SetIsTextFrameInserted(true); SetIsTextFrameInserted(true);
...@@ -1826,9 +1826,9 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape ...@@ -1826,9 +1826,9 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
aGrabBag[i].Value >>= zOrder; aGrabBag[i].Value >>= zOrder;
xShapePropertySet->setPropertyValue( "ZOrder", uno::makeAny(pZOrderHelper->findZOrder(zOrder))); xShapePropertySet->setPropertyValue( "ZOrder", uno::makeAny(pZOrderHelper->findZOrder(zOrder)));
pZOrderHelper->addItem(xShapePropertySet, zOrder); pZOrderHelper->addItem(xShapePropertySet, zOrder);
checkZOredrStatus = true; checkZOrderStatus = true;
} }
if(checkBtLrStatus && checkZOredrStatus) if(checkBtLrStatus && checkZOrderStatus)
break; break;
if ( aGrabBag[i].Name == "TxbxHasLink" ) if ( aGrabBag[i].Name == "TxbxHasLink" )
...@@ -1873,7 +1873,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape ...@@ -1873,7 +1873,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
xShapePropertySet->setPropertyValue( "ZOrder", uno::makeAny(pZOrderHelper->findZOrder(zOrder))); xShapePropertySet->setPropertyValue( "ZOrder", uno::makeAny(pZOrderHelper->findZOrder(zOrder)));
pZOrderHelper->addItem(xShapePropertySet, zOrder); pZOrderHelper->addItem(xShapePropertySet, zOrder);
xShapePropertySet->setPropertyValue(rPropNameSupplier.GetName( PROP_OPAQUE ), uno::makeAny( false ) ); xShapePropertySet->setPropertyValue(rPropNameSupplier.GetName( PROP_OPAQUE ), uno::makeAny( false ) );
checkZOredrStatus = true; checkZOrderStatus = true;
} }
else if ( aGrabBag[i].Name == "TxbxHasLink" ) else if ( aGrabBag[i].Name == "TxbxHasLink" )
{ {
...@@ -1885,7 +1885,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape ...@@ -1885,7 +1885,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
} }
} }
} }
if (!m_bInHeaderFooterImport && !checkZOredrStatus) if (!m_bInHeaderFooterImport && !checkZOrderStatus)
xProps->setPropertyValue( xProps->setPropertyValue(
rPropNameSupplier.GetName( PROP_OPAQUE ), rPropNameSupplier.GetName( PROP_OPAQUE ),
uno::makeAny( true ) ); uno::makeAny( true ) );
......
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