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

dtrans (Windows): std::auto_ptr -> std::unique_ptr

Change-Id: Ia668873e93be100d6e6bbebbad94b369f75c702a
üst 04740cb7
......@@ -120,7 +120,7 @@ private:
void SAL_CALL notifyAllClipboardListener( );
private:
::std::auto_ptr< CWinClipbImpl > m_pImpl;
::std::unique_ptr< CWinClipbImpl > m_pImpl;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
friend class CWinClipbImpl;
......
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