summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/jobconst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/jobconst.hxx')
-rw-r--r--framework/inc/jobs/jobconst.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/jobs/jobconst.hxx b/framework/inc/jobs/jobconst.hxx
index 0c2705011a5b..1420f80eef07 100644
--- a/framework/inc/jobs/jobconst.hxx
+++ b/framework/inc/jobs/jobconst.hxx
@@ -35,9 +35,9 @@ namespace framework{
class JobConst
{
public:
- static const OUString ANSWER_DEACTIVATE_JOB;
- static const OUString ANSWER_SAVE_ARGUMENTS;
- static const OUString ANSWER_SEND_DISPATCHRESULT;
+ static const OUStringLiteral ANSWER_DEACTIVATE_JOB;
+ static const OUStringLiteral ANSWER_SAVE_ARGUMENTS;
+ static const OUStringLiteral ANSWER_SEND_DISPATCHRESULT;
};
} // namespace framework