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/source | |
parent | 9fbdb3d37fab7c8e0d6507807166c4de079d272f (diff) |
fix build
after my commit 7408498de37be05159f84cf0c8116313d3c196df
"loplugin:stringconstant"
Change-Id: I1354207e1ecb6ebc76fcda3ed8eb8f369180eae8
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/dispatch/popupmenudispatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/popupmenudispatcher.cxx b/framework/source/dispatch/popupmenudispatcher.cxx index fbc3b7b59d07..c53e5ed54d35 100644 --- a/framework/source/dispatch/popupmenudispatcher.cxx +++ b/framework/source/dispatch/popupmenudispatcher.cxx @@ -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 > |