summaryrefslogtreecommitdiff
path: root/package/source/xstor/ohierarchyholder.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-04 14:38:56 +0200
committerNoel Grandin <noel@peralex.com>2015-11-04 14:42:23 +0200
commit5ced1a6e42ff7e2425a9e1c374eb25295091b26d (patch)
treeb7649b7942cd494bbbbeaa6cdbee93ed492d8e7b /package/source/xstor/ohierarchyholder.cxx
parent8f93d4a159e599fe7191e7f7b8e52e2775fefdf5 (diff)
use uno::Reference::set method instead of assignment
Change-Id: I1c7240fe2e2b5eb825f028ca7502e5ba8793046b
Diffstat (limited to 'package/source/xstor/ohierarchyholder.cxx')
-rw-r--r--package/source/xstor/ohierarchyholder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/ohierarchyholder.cxx b/package/source/xstor/ohierarchyholder.cxx
index 32e09ed719d7..73c50b0ad781 100644
--- a/package/source/xstor/ohierarchyholder.cxx
+++ b/package/source/xstor/ohierarchyholder.cxx
@@ -253,7 +253,7 @@ void OHierarchyElement_Impl::TestForClosing()
m_rParent->RemoveElement( this );
}
- m_xOwnStorage = uno::Reference< embed::XStorage >();
+ m_xOwnStorage.clear();
}
}
}