summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/stringutil.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-20 19:40:29 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 21:49:18 -0400
commit18d821241c33686a419aec6d6dbaa165bf5e95b7 (patch)
treeaabb9bbe78fe4e4e43cc7a3d30797d74eec47bdd /sc/source/core/tool/stringutil.cxx
parent05c49983366f3686576d678293c3903a08213907 (diff)
Another removal of PutCell().
Change-Id: I1519ed62f623770f690385cb725e5d1e9a636e48
Diffstat (limited to 'sc/source/core/tool/stringutil.cxx')
-rw-r--r--sc/source/core/tool/stringutil.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/stringutil.cxx b/sc/source/core/tool/stringutil.cxx
index 82dfc69d3d5e..7753bdf81e41 100644
--- a/sc/source/core/tool/stringutil.cxx
+++ b/sc/source/core/tool/stringutil.cxx
@@ -338,6 +338,7 @@ ScInputStringType ScStringUtil::parseInputString(
SvNumberFormatter& rFormatter, const OUString& rStr, LanguageType eLang )
{
ScInputStringType aRet;
+ aRet.mnFormatType = 0;
aRet.meType = ScInputStringType::Unknown;
aRet.maText = rStr;