writerfilter/source/rtftok/rtfdocumentimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bbcbfd515b188f641abcc80307a7213baf6a76a1
Author: Michael Stahl <mst...@redhat.com>
Date:   Wed Aug 13 17:16:26 2014 +0200

    [loplugin:implicitboolconversion]
    
    Change-Id: Icb50487eb466f547f6b382155f6ce9099fb32aaa

diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx 
b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index fc0a988..67a6710 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -887,7 +887,7 @@ int RTFDocumentImpl::resolvePict(bool const bInline, 
uno::Reference<drawing::XSh
         // wrap sprm
         RTFSprms aAnchorWrapAttributes;
         RTFSprms aAnchorAttributes;
-        aAnchorAttributes.set(NS_ooxml::LN_CT_Anchor_behindDoc, 
RTFValue::Pointer_t(new RTFValue(m_aStates.top().aShape.bInBackground)));
+        aAnchorAttributes.set(NS_ooxml::LN_CT_Anchor_behindDoc, 
RTFValue::Pointer_t(new RTFValue((m_aStates.top().aShape.bInBackground) ? 1 : 
0)));
         RTFSprms aAnchorSprms;
         for (RTFSprms::Iterator_t i = 
m_aStates.top().aCharacterAttributes.begin(); i != 
m_aStates.top().aCharacterAttributes.end(); ++i)
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to