diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 00:44:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-30 11:37:21 -0400 |
commit | 60ab58a17d39c84ddcad5789b0c7d60179286e1f (patch) | |
tree | bf71f37dac1ece5aeffa06cccba691742b2e3921 /sc/source/ui/optdlg/calcoptionsdlg.hxx | |
parent | ef3fd657ba4d12062609e42f0ec19a9aa71b1c9c (diff) |
Localize a string & more efficient list value update.
Change-Id: I061ded32454d2aca1eea7ad586de815d34cf386a
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.hxx')
-rw-r--r-- | sc/source/ui/optdlg/calcoptionsdlg.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx index fbd4ba5e1114..51781a651cf7 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.hxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx @@ -51,6 +51,8 @@ private: void SelectionChanged(); void ListOptionValueChanged(); + rtl::OUString toString(formula::FormulaGrammar::AddressConvention eConv) const; + private: SvxCheckListBox maLbSettings; @@ -65,6 +67,7 @@ private: rtl::OUString maCaptionIndirectSyntax; rtl::OUString maDescIndirectSyntax; + rtl::OUString maUseFormulaSyntax; ScCalcConfig maConfig; }; |