summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwi/jobs/jobconst.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/fwi/jobs/jobconst.cxx b/framework/source/fwi/jobs/jobconst.cxx
index a96735f6236d..082f099baa30 100644
--- a/framework/source/fwi/jobs/jobconst.cxx
+++ b/framework/source/fwi/jobs/jobconst.cxx
@@ -23,19 +23,19 @@ namespace framework{
const OUString JobConst::ANSWER_DEACTIVATE_JOB()
{
- static const OUString PROP(RTL_CONSTASCII_USTRINGPARAM("Deactivate"));
+ static const OUString PROP("Deactivate");
return PROP;
}
const OUString JobConst::ANSWER_SAVE_ARGUMENTS()
{
- static const OUString PROP(RTL_CONSTASCII_USTRINGPARAM("SaveArguments"));
+ static const OUString PROP("SaveArguments");
return PROP;
}
const OUString JobConst::ANSWER_SEND_DISPATCHRESULT()
{
- static const OUString PROP(RTL_CONSTASCII_USTRINGPARAM("SendDispatchResult"));
+ static const OUString PROP("SendDispatchResult");
return PROP;
}