diff options
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/qa/services.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 1183cee32169..2a7cc8ec9136 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -150,8 +150,8 @@ void Test::test() { serviceName(other.serviceName), defaultConstructor(other.defaultConstructor) {} - OUString const serviceName; - bool const defaultConstructor; + OUString serviceName; + bool defaultConstructor; }; struct Implementation { Implementation( |