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

Change-Id: I203b84180d3614a440b37af87223bbf5a6a0f21a
This commit is contained in:
Stephan Bergmann
2014-10-01 17:21:00 +02:00
parent 557737b748
commit 389beae2ff

View File

@@ -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 );