diff options
Diffstat (limited to 'sc/source/ui/inc/scuiimoptdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/scuiimoptdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx index 9a0de3c23f4c..3f4551366c79 100644 --- a/sc/source/ui/inc/scuiimoptdlg.hxx +++ b/sc/source/ui/inc/scuiimoptdlg.hxx @@ -62,6 +62,7 @@ private: CheckBox aCbQuoteAll; CheckBox aCbShown; CheckBox aCbFixed; + CheckBox aCbFormulas; OKButton aBtnOk; CancelButton aBtnCancel; HelpButton aBtnHelp; @@ -73,6 +74,7 @@ private: sal_uInt16 GetCodeFromCombo( const ComboBox& rEd ) const; DECL_LINK( FixedWidthHdl, CheckBox* ); + DECL_LINK( SaveFormulasHdl, CheckBox* ); DECL_LINK( DoubleClickHdl, ListBox* ); }; |