summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-08 23:00:59 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-08 23:00:59 -0500
commitec84bbb208d59d042f8f0522fa96ed2ad94f2ca7 (patch)
tree7c4f6065338b3978f4effd048c2760c35ab76fb8 /sc/source/ui/app/scmod.cxx
parent57fce1ee55293f61ccbe56679f11cc8f90ab8dc2 (diff)
String to rtl::OUString.
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 2b84ace0047b..d34847f49c83 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -1482,7 +1482,7 @@ String ScModule::InputGetFormulaStr()
ScInputHandler* pHdl = GetInputHdl();
String aStr;
if ( pHdl )
- aStr = pHdl->InputGetFormulaStr();
+ aStr = pHdl->GetFormString();
return aStr;
}