summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-29 09:56:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-29 09:57:16 +0200
commiteba71a4937036bd2e1101a060a28a1ec45f702bf (patch)
treeecf338be85d303e0b774dc80169a775bd2bb6abe /sfx2/source/view/viewimp.hxx
parente653fbfbfa41ec46431b84e50ac6f054e8713601 (diff)
sfx2: std::auto_ptr -> std::unique_ptr
Change-Id: I7bac4105494cdbbadd4c4d78ce1fcf03b8ccae6c
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r--sfx2/source/view/viewimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index 5b6e3f08ac18..7ce2473e8655 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -57,7 +57,7 @@ struct SfxViewShell_Impl
bool m_bGotFrameOwnership;
sal_uInt16 m_nFamily;
::rtl::Reference<SfxBaseController> m_pController;
- ::std::auto_ptr< ::svt::AcceleratorExecute > m_pAccExec;
+ ::std::unique_ptr< ::svt::AcceleratorExecute > m_pAccExec;
com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > aPrintOpts;
::rtl::Reference< SfxClipboardChangeListener > xClipboardListener;
::boost::shared_ptr< vcl::PrinterController > m_pPrinterController;