summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
diff options
context:
space:
mode:
authorSören Möller <soerenmoeller2001@gmail.com>2011-01-09 20:30:43 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-01-10 21:12:11 -0500
commit9e6c92b0c01017f7bf4162783d529e1f199d0057 (patch)
treeec8c988e4396bd82a4674c149fb1ba2f62420568 /sc/source/ui/formdlg
parent4cdd1c978ed2076ca59e91146b3cc04ab836c434 (diff)
Changed String to OUString in funcdesc.hxx
I have changed variables and functions in sc/inc/funcdesc.hxx to use OUString instead of deprecated String, and I have also changed all uses of these variables/functions to use OUString
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/dwfunctr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index 391a35f67051..f2e830171db8 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -607,7 +607,7 @@ void ScFunctionDockWin::SetDescription()
aString.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ": " ));
}
- aString+=pDesc->GetParamList();
+ aString+=(String)(pDesc->GetParamList());
if(nDockMode==0)
{