summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/formattedcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/formattedcontrol.cxx')
-rw-r--r--toolkit/source/controls/formattedcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/formattedcontrol.cxx b/toolkit/source/controls/formattedcontrol.cxx
index 51af6be8d042..1ed4fd4b5848 100644
--- a/toolkit/source/controls/formattedcontrol.cxx
+++ b/toolkit/source/controls/formattedcontrol.cxx
@@ -364,7 +364,7 @@ namespace toolkit
throw IllegalArgumentException(
( OUString("Unable to convert the given value for the property ")
+= GetPropertyName((sal_uInt16)nPropId) )
- += OUString(" (double, integer, or string expected)."),
+ += " (double, integer, or string expected).",
static_cast< XPropertySet* >(this),
1);
}