[Libreoffice-commits] core.git: xmloff/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 26 13:52:54 UTC 2016
xmloff/source/draw/ximpshap.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 56cd140064149b2055a2f50d86352d539b35bcad
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 26 15:52:23 2016 +0200
loplugin:salbool
Change-Id: I079d12c7d3406e371c434214f4ad66f6decab954
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index ddc1841..637790a 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);
}
}
More information about the Libreoffice-commits
mailing list