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

cppuhelper: std::auto_ptr -> std::unique_ptr

Change-Id: I601fac44b272671b2763b45c5ef284cdd44d5066
üst 476f5aad
......@@ -538,7 +538,7 @@ private:
Reference<XSingleComponentFactory > xModuleFactory;
Reference<XSingleServiceFactory > xModuleFactoryDepr;
Reference< beans::XPropertySetInfo > m_xInfo;
::std::auto_ptr< IPropertyArrayHelper > m_property_array_helper;
::std::unique_ptr< IPropertyArrayHelper > m_property_array_helper;
protected:
using OPropertySetHelper::getTypes;
};
......
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