summaryrefslogtreecommitdiff
path: root/formula/inc/formula/formula.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/inc/formula/formula.hxx')
-rw-r--r--formula/inc/formula/formula.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/formula/inc/formula/formula.hxx b/formula/inc/formula/formula.hxx
index 8da444308d93..32643b5a4ba5 100644
--- a/formula/inc/formula/formula.hxx
+++ b/formula/inc/formula/formula.hxx
@@ -69,7 +69,9 @@ public:
,IControlReferenceHandler* _pDlg = NULL );
virtual ~FormulaModalDialog();
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<FormulaDlg_Impl> m_pImpl;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
protected:
void disableOk();
@@ -117,7 +119,9 @@ public:
, IControlReferenceHandler* _pDlg = NULL );
virtual ~FormulaDlg();
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<FormulaDlg_Impl> m_pImpl;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
DECL_LINK( UpdateFocusHdl, Timer*);
protected: