Kaydet (Commit) 97a392a0 authored tarafından Noel Grandin's avatar Noel Grandin

fix build

after my commit 7408498d
 "loplugin:stringconstant"

Change-Id: I1354207e1ecb6ebc76fcda3ed8eb8f369180eae8
üst 9fbdb3d3
......@@ -76,7 +76,7 @@ namespace framework{
\
OUString CLASS::impl_getStaticImplementationName() \
{ \
return IMPLEMENTATIONNAME; \
return OUString(IMPLEMENTATIONNAME); \
}
#define PRIVATE_DEFINE_XSERVICEINFO_OLDSTYLE( CLASS, XINTERFACECAST, SERVICENAME, IMPLEMENTATIONNAME ) \
......
......@@ -98,7 +98,7 @@ css::uno::Sequence< OUString > PopupMenuDispatcher::impl_getStaticSupportedServi
OUString PopupMenuDispatcher::impl_getStaticImplementationName()
{
return IMPLEMENTATIONNAME_POPUPMENUDISPATCHER;
return OUString(IMPLEMENTATIONNAME_POPUPMENUDISPATCHER);
}
css::uno::Reference< css::uno::XInterface >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment