Kaydet (Commit) 233cec3f authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: silence redundantAssignment

Change-Id: If1080d99357b45486739120b9ba43c0f14f39ea8
üst 2d33d18c
...@@ -629,7 +629,7 @@ vector<XMLPropertyState> SvXMLExportPropertyMapper::_Filter( ...@@ -629,7 +629,7 @@ vector<XMLPropertyState> SvXMLExportPropertyMapper::_Filter(
// getPropertySetInfo returns a new object; such property set infos must // getPropertySetInfo returns a new object; such property set infos must
// not be cached: // not be cached:
WeakReference < XPropertySetInfo > xWeakInfo( xInfo ); WeakReference < XPropertySetInfo > xWeakInfo( xInfo );
xInfo = 0; xInfo.clear();
xInfo = xWeakInfo; xInfo = xWeakInfo;
if( xInfo.is() ) if( xInfo.is() )
{ {
......
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