diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-26 15:52:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-26 15:52:23 +0200 |
commit | 56cd140064149b2055a2f50d86352d539b35bcad (patch) | |
tree | c3414d814538418255fc8b0bc2a8e40065c4fcb0 /xmloff | |
parent | f3c120ec2278591d9304fa0249fbd40121e727c2 (diff) |
loplugin:salbool
Change-Id: I079d12c7d3406e371c434214f4ad66f6decab954
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index ddc184108bb0..637790a42c7f 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -3906,7 +3906,7 @@ void SdXMLCustomShapeContext::EndElement() { const OUString sFlushCustomShapeUnoApiObjects("FlushCustomShapeUnoApiObjects"); uno::Any aAny; - aAny <<= sal_True; + aAny <<= true; xPropSet->setPropertyValue(sFlushCustomShapeUnoApiObjects, aAny); } } |