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

boost->std

Change-Id: Icb81f72c5eaeb728603d8595d22bf18c8e97d7d0
Reviewed-on: https://gerrit.libreoffice.org/18884Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst f18e14b7
...@@ -83,7 +83,7 @@ public: ...@@ -83,7 +83,7 @@ public:
virtual bool RelocateToParentWindow (vcl::Window* pParentWindow) SAL_OVERRIDE; virtual bool RelocateToParentWindow (vcl::Window* pParentWindow) SAL_OVERRIDE;
private: private:
::boost::scoped_ptr< ToolPanelViewShell_Impl > mpImpl; std::unique_ptr< ToolPanelViewShell_Impl > mpImpl;
std::shared_ptr<TaskPaneShellManager> mpSubShellManager; std::shared_ptr<TaskPaneShellManager> mpSubShellManager;
......
...@@ -83,7 +83,7 @@ namespace sd { namespace slidesorter { namespace view { ...@@ -83,7 +83,7 @@ namespace sd { namespace slidesorter { namespace view {
namespace { namespace {
/** Wrapper around the SlideSorterView that supports the IPainter /** Wrapper around the SlideSorterView that supports the IPainter
interface and that allows the LayeredDevice to hold the interface and that allows the LayeredDevice to hold the
SlideSorterView (held as scoped_ptr by the SlideSorter) as SlideSorterView (held as unique_ptr by the SlideSorter) as
shared_ptr. shared_ptr.
*/ */
class Painter : public ILayerPainter class Painter : public ILayerPainter
......
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