summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-30 15:00:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-30 17:51:29 +0200
commit891d0b077f380fdd8adf554613c5b03090f8120f (patch)
treef04b78b882ec142cbe4feb538803df4944a6f1f3 /reportdesign/inc
parent78f7b8f67a7765fe103dbe1ac6b0e02ff6d5939b (diff)
reportdesign: std::auto_ptr -> std::unique_ptr
Change-Id: If387245dd587d4191589fcf93c02f1ca12654456
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/UndoEnv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx
index 3a5910cf273a..9b4f6de8bac6 100644
--- a/reportdesign/inc/UndoEnv.hxx
+++ b/reportdesign/inc/UndoEnv.hxx
@@ -40,7 +40,7 @@ namespace rptui
>
, public SfxListener
{
- const ::std::auto_ptr<OXUndoEnvironmentImpl> m_pImpl;
+ const ::std::unique_ptr<OXUndoEnvironmentImpl> m_pImpl;
OXUndoEnvironment(const OXUndoEnvironment&);
OXUndoEnvironment& operator=(const OXUndoEnvironment&);