diff options
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r-- | sfx2/source/view/viewimp.hxx | 2 |
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; |