diff options
-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); } } |