diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-02 15:11:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-02 15:11:49 +0200 |
commit | 97a392a0367ba138a259bf625e15dd1300d1d188 (patch) | |
tree | 48829fcbe918ee2f8ba7d82d81299ca13f91d5b4 /framework/inc/macros | |
parent | 9fbdb3d37fab7c8e0d6507807166c4de079d272f (diff) |
fix build
after my commit 7408498de37be05159f84cf0c8116313d3c196df
"loplugin:stringconstant"
Change-Id: I1354207e1ecb6ebc76fcda3ed8eb8f369180eae8
Diffstat (limited to 'framework/inc/macros')
-rw-r--r-- | framework/inc/macros/xserviceinfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/macros/xserviceinfo.hxx b/framework/inc/macros/xserviceinfo.hxx index a41aa8091e70..a465957181c1 100644 --- a/framework/inc/macros/xserviceinfo.hxx +++ b/framework/inc/macros/xserviceinfo.hxx @@ -76,7 +76,7 @@ namespace framework{ \ OUString CLASS::impl_getStaticImplementationName() \ { \ - return IMPLEMENTATIONNAME; \ + return OUString(IMPLEMENTATIONNAME); \ } #define PRIVATE_DEFINE_XSERVICEINFO_OLDSTYLE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) \ |