summaryrefslogtreecommitdiff
path: root/forms/source/component/Filter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-25 14:30:51 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:41 +0200
commit183f260e7ed86c30d99313cdb3267c18abb65bd3 (patch)
treece1ba7d8bf8f32a8bba8f41a2d600b146e0d288d /forms/source/component/Filter.cxx
parentec79a0ca3efe2ea5f5f213bc7751f0dcd6c9d712 (diff)
convert FORMS modules from String to OUString
Change-Id: Iadb3638b03e1a9712553ea5e4c041493d4e1656a
Diffstat (limited to 'forms/source/component/Filter.cxx')
-rw-r--r--forms/source/component/Filter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx
index 9716c532912b..1c1df4626a5c 100644
--- a/forms/source/component/Filter.cxx
+++ b/forms/source/component/Filter.cxx
@@ -535,7 +535,7 @@ namespace frm
{
// display the error and outta here
SQLContext aError;
- aError.Message = String( FRM_RES_STRING( RID_STR_SYNTAXERROR ) );
+ aError.Message = FRM_RES_STRING( RID_STR_SYNTAXERROR );
aError.Details = sErrorMessage;
displayException( aError );
return sal_False;