From a86d511c1f4e0f006697edfcfaff1821c524afdf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 8 Jul 2014 16:32:21 +0100 Subject: trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .ui Change-Id: I25f29821079cf4fa4759daffe78bec8c4b48abbc --- include/formula/formula.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/formula') diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index 62f22d16d878..28ecc1e5d5a7 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -56,7 +56,6 @@ public: , bool _bSupportMatrix ,IFunctionManager* _pFunctionMgr ,IControlReferenceHandler* _pDlg = NULL ); - virtual ~FormulaModalDialog(); private: SAL_WNODEPRECATED_DECLARATIONS_PUSH ::std::auto_ptr m_pImpl; @@ -96,7 +95,6 @@ public: , bool _bSupportMatrix , IFunctionManager* _pFunctionMgr , IControlReferenceHandler* _pDlg = NULL ); - virtual ~FormulaDlg(); private: SAL_WNODEPRECATED_DECLARATIONS_PUSH ::std::auto_ptr m_pImpl; -- cgit