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

unoxml: std::auto_ptr -> std::unique_ptr

Change-Id: Ib7da2401529bbff92611abdab44d26ff009e38b3
üst ee8e81ad
...@@ -46,7 +46,7 @@ namespace DOM ...@@ -46,7 +46,7 @@ namespace DOM
private: private:
xmlAttrPtr m_aAttrPtr; xmlAttrPtr m_aAttrPtr;
::std::auto_ptr< stringpair_t > m_pNamespace; ::std::unique_ptr< stringpair_t > m_pNamespace;
protected: protected:
CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex, CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex,
......
...@@ -83,7 +83,7 @@ namespace DOM ...@@ -83,7 +83,7 @@ namespace DOM
::std::pair< css::uno::WeakReference<css::xml::dom::XNode>, CNode* > > nodemap_t; ::std::pair< css::uno::WeakReference<css::xml::dom::XNode>, CNode* > > nodemap_t;
nodemap_t m_NodeMap; nodemap_t m_NodeMap;
::std::auto_ptr<events::CEventDispatcher> const m_pEventDispatcher; ::std::unique_ptr<events::CEventDispatcher> const m_pEventDispatcher;
CDocument(xmlDocPtr const pDocPtr); CDocument(xmlDocPtr const pDocPtr);
......
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