diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-23 21:05:00 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-23 22:06:40 -0400 |
commit | 22cf0759547aa1803f77dbd3ee91774600dadc6f (patch) | |
tree | 2f0e000d0e19d0402014e0e3a0b21a93401beb59 | |
parent | 3f4b517ce0a82c0015d6723dfb2f4c48cf981c90 (diff) |
Let's not forget to set the description for this option.
Change-Id: I9441ef145b62b84c1b4b8dd6ce85d6c0744f3103
-rw-r--r-- | sc/source/ui/optdlg/calcoptionsdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx index 4fdffb8febfe..3b1f8da8cf41 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.cxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx @@ -214,6 +214,7 @@ void ScCalcOptionsDialog::SelectionChanged() maBtnTrue.Check(false); maBtnFalse.Check(true); } + maFtAnnotation.SetText(maDescEmptyStringAsZero); } break; default: |