diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-31 21:41:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-31 21:43:48 -0400 |
commit | e6ef9f128e85961921b0b319087010fce1d59a74 (patch) | |
tree | e2aa331905ea64b909e85bb3945bf58f16f72135 /sc/source/ui/optdlg/calcoptionsdlg.hxx | |
parent | 02bd365494a59bb9080a4d73eafbde7903bd2cc9 (diff) |
Rename this option to make it sound more generic.
There may be other functions other than INDIRECT that take a string
reference. If so, we could re-use this option for those functions
as well.
Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.hxx')
-rw-r--r-- | sc/source/ui/optdlg/calcoptionsdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx index d80def876680..a1e3cfc5c448 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.hxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx @@ -69,8 +69,8 @@ private: rtl::OUString maExcelA1; rtl::OUString maExcelR1C1; - rtl::OUString maCaptionIndirectSyntax; - rtl::OUString maDescIndirectSyntax; + rtl::OUString maCaptionStringRefSyntax; + rtl::OUString maDescStringRefSyntax; rtl::OUString maUseFormulaSyntax; ScCalcConfig maConfig; |