summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-26 15:52:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-26 15:52:23 +0200
commit56cd140064149b2055a2f50d86352d539b35bcad (patch)
treec3414d814538418255fc8b0bc2a8e40065c4fcb0
parentloplugin:simplifybool (diff)
downloadcore-56cd140064149b2055a2f50d86352d539b35bcad.tar.gz
core-56cd140064149b2055a2f50d86352d539b35bcad.zip
loplugin:salbool
Change-Id: I079d12c7d3406e371c434214f4ad66f6decab954
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
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);
}
}