summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-31 21:41:48 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-31 21:43:48 -0400
commite6ef9f128e85961921b0b319087010fce1d59a74 (patch)
treee2aa331905ea64b909e85bb3945bf58f16f72135 /sc/source/ui/optdlg/calcoptionsdlg.hxx
parent02bd365494a59bb9080a4d73eafbde7903bd2cc9 (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.hxx4
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;