diff options
Diffstat (limited to 'include/formula/formula.hxx')
-rw-r--r-- | include/formula/formula.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index ed412c58ac64..cfa13a21d086 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -59,9 +59,7 @@ public: virtual ~FormulaModalDialog(); private: - SAL_WNODEPRECATED_DECLARATIONS_PUSH - ::std::auto_ptr<FormulaDlg_Impl> m_pImpl; - SAL_WNODEPRECATED_DECLARATIONS_POP + ::std::unique_ptr<FormulaDlg_Impl> m_pImpl; protected: @@ -99,9 +97,7 @@ public: , IControlReferenceHandler* _pDlg = NULL ); virtual ~FormulaDlg(); private: - SAL_WNODEPRECATED_DECLARATIONS_PUSH - ::std::auto_ptr<FormulaDlg_Impl> m_pImpl; - SAL_WNODEPRECATED_DECLARATIONS_POP + ::std::unique_ptr<FormulaDlg_Impl> m_pImpl; DECL_LINK( UpdateFocusHdl, void*); protected: |