Kaydet (Commit) 389beae2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

xmlscript: std::auto_ptr -> std::unique_ptr

Change-Id: I203b84180d3614a440b37af87223bbf5a6a0f21a
üst 557737b7
......@@ -496,7 +496,7 @@ void DocumentHandlerImpl::startElement(
Reference< xml::input::XAttributes > xAttributes;
sal_Int32 nUid;
OUString aLocalName;
::std::auto_ptr< ElementEntry > elementEntry( new ElementEntry );
::std::unique_ptr< ElementEntry > elementEntry( new ElementEntry );
{ // guard start:
MGuard aGuard( m_pMutex );
......
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