summaryrefslogtreecommitdiff
path: root/include/svx/frmsel.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-29 15:20:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-29 15:20:22 +0200
commitdc635425118c77d35534d1bf8b3aa12a1ad95752 (patch)
tree266c8b6b45110eccfe4c8cac375e0eb0ffde3db9 /include/svx/frmsel.hxx
parentd3de12fcfc85feb36eda3b0495807ef11d8fe772 (diff)
svx: std::auto_ptr -> std::unique_ptr
Change-Id: Ib70d974817bcdd9a582e9be28d28b007cdc3a7a7
Diffstat (limited to 'include/svx/frmsel.hxx')
-rw-r--r--include/svx/frmsel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/frmsel.hxx b/include/svx/frmsel.hxx
index 29d1ddfbfbfc..e92271b44d06 100644
--- a/include/svx/frmsel.hxx
+++ b/include/svx/frmsel.hxx
@@ -190,7 +190,7 @@ protected:
virtual Size GetOptimalSize() const SAL_OVERRIDE;
private:
- std::auto_ptr< FrameSelectorImpl > mxImpl;
+ std::unique_ptr< FrameSelectorImpl > mxImpl;
};