Kaydet (Commit) 46c4be15 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Stephan Bergmann

boost->std

Change-Id: I26a4ac92e05f4c6ee46f32acb59fcd39d7dc2ac4
Reviewed-on: https://gerrit.libreoffice.org/18890Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 7aa6009a
...@@ -234,7 +234,7 @@ protected: ...@@ -234,7 +234,7 @@ protected:
private: private:
class Implementation; class Implementation;
::boost::scoped_ptr<Implementation> mpImpl; std::unique_ptr<Implementation> mpImpl;
DrawDocShell* mpDocShell; DrawDocShell* mpDocShell;
SdDrawDocument* mpDocument; SdDrawDocument* mpDocument;
......
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