summaryrefslogtreecommitdiffstats
path: root/sc/inc/stringutil.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-19 18:16:32 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 21:49:11 -0400
commitc2ea4c5fbeabda2c65ae549091b113b750972d05 (patch)
treea1d2c7c3ada732ce1b7529a96d71142e46fdd1ce /sc/inc/stringutil.hxx
parentno need to new/delete temporary, stack based auto does it (diff)
downloadcore-c2ea4c5fbeabda2c65ae549091b113b750972d05.tar.gz
core-c2ea4c5fbeabda2c65ae549091b113b750972d05.zip
This comment is no longer valid.
Change-Id: Iec92c80bdc51b59712e1e6c6c0e05b38224359f8
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r--sc/inc/stringutil.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index a210d5b83ab6..132eb92d8170 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -77,7 +77,6 @@ struct SC_DLLPUBLIC ScSetStringParam
* interpreted and the input string is taken instead. This can be used
* during text file import so the leading apostrophe is not lost if it
* precedes a numeric value.
- * Usually set mbHandleApostrophe = !mbSetTextCellFormat
*/
bool mbHandleApostrophe;