Kaydet (Commit) edaa6ac1 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Avoid a temporary.

Change-Id: I72bbb175f9bd2fa01800d108254c3385fd991cd0
üst a0064854
......@@ -363,7 +363,7 @@ void SdrMediaObj::mediaPropertiesChanged( const ::avmedia::MediaItem& rNewProper
if( ( AVMEDIA_SETMASK_URL & nMaskSet ) &&
( rNewProperties.getURL() != getURL() ))
{
m_pImpl->m_xCachedSnapshot = uno::Reference< graphic::XGraphic >();
m_pImpl->m_xCachedSnapshot.clear();
::rtl::OUString const url(rNewProperties.getURL());
if ((0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength(
url.getStr(), url.getLength(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment