Kaydet (Commit) 1f893617 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix JunitTest_toolkit_complex

Change-Id: I396e8e04df40efb1559995e78761e1954ba7bc6f
üst 8e9540d3
...@@ -28,10 +28,7 @@ ...@@ -28,10 +28,7 @@
#include <vcl/ctrl.hxx> #include <vcl/ctrl.hxx>
#include <vcl/seleng.hxx> #include <vcl/seleng.hxx>
#include <boost/shared_ptr.hpp> #include <memory>
#include <boost/scoped_ptr.hpp>
namespace svt { namespace table namespace svt { namespace table
{ {
...@@ -61,7 +58,7 @@ namespace svt { namespace table ...@@ -61,7 +58,7 @@ namespace svt { namespace table
class SVT_DLLPUBLIC TableControl : public Control, public IAccessibleTable class SVT_DLLPUBLIC TableControl : public Control, public IAccessibleTable
{ {
private: private:
::boost::shared_ptr< TableControl_Impl > m_pImpl; std::shared_ptr<TableControl_Impl> m_pImpl;
public: public:
......
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