summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/qa/services.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 3c0fa8f7c6cf..0806fc14e987 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -157,8 +157,8 @@ void Test::test() {
serviceName(theServiceName),
defaultConstructor(theDefaultConstructor)
{}
- OUString const serviceName;
- bool const defaultConstructor;
+ OUString serviceName;
+ bool defaultConstructor;
};
struct Implementation {
Implementation(