summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-08 16:32:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-08 20:49:41 +0100
commita86d511c1f4e0f006697edfcfaff1821c524afdf (patch)
tree76e3448d3b9e58255a383c18b5ab6c411f04dc8a /include/formula
parent25deea83f38804504b7b275a201d47e4e243f8fc (diff)
trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .ui
Change-Id: I25f29821079cf4fa4759daffe78bec8c4b48abbc
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/formula.hxx2
1 files changed, 0 insertions, 2 deletions
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<FormulaDlg_Impl> m_pImpl;
@@ -96,7 +95,6 @@ public:
, bool _bSupportMatrix
, IFunctionManager* _pFunctionMgr
, IControlReferenceHandler* _pDlg = NULL );
- virtual ~FormulaDlg();
private:
SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<FormulaDlg_Impl> m_pImpl;