xmlscript: std::auto_ptr -> std::unique_ptr
Change-Id: I203b84180d3614a440b37af87223bbf5a6a0f21a
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user