From 95c0d568fdcd0da939c891d861bb470b28079170 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Jun 2013 17:16:58 +0200 Subject: use uno::Reference#clear() method... ...instead of assigning an empty value. Reduces code noise. Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e --- basic/source/classes/propacc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx index c5ca85e870e6..9d627248ea1d 100644 --- a/basic/source/classes/propacc.cxx +++ b/basic/source/classes/propacc.cxx @@ -92,7 +92,7 @@ SbPropertyValues::SbPropertyValues() SbPropertyValues::~SbPropertyValues() { - m_xInfo = Reference< XPropertySetInfo >(); + m_xInfo.clear(); } //---------------------------------------------------------------------------- -- cgit