summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 14:20:56 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:46 +0200
commit1e7632abaa3f4c8fd83f7052b95dc88eac3d3626 (patch)
tree595a232507bc0b0a7a16a51c0326bdbf05e4aa61 /svx
parent202a08e37df62f5588e5a5b726520bbb86f36ed3 (diff)
convert include/svx/fmsearch.hxx from String to OUString
Change-Id: I167e5e5a54d9fbf9394c7f81484a20f460465c8d
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmshimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index ebf5260a53e3..1093578ec4a7 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -2539,7 +2539,7 @@ IMPL_LINK(FmXFormShell, OnSearchContextRequest, FmSearchContext*, pfmscContextIn
{
pfmscContextInfo->arrFields.clear();
pfmscContextInfo->xCursor = NULL;
- pfmscContextInfo->strUsedFields.Erase();
+ pfmscContextInfo->strUsedFields = "";
return 0L;
}