diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 08:51:01 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 13:07:28 +0000 |
commit | 2383d557e5751387451cefa33516736228429137 (patch) | |
tree | 31a4294e43d0332b456281aca2a2e0a38d87ea3f /framework/source | |
parent | a656be64e21fd0ec5e12d34a47e2daf777e04b9b (diff) |
clang-tidy misc-unused-alias-decls
Change-Id: Iabde7a84b9c2758e0d2b2ffe0fb99fcfa51ff124
Reviewed-on: https://gerrit.libreoffice.org/25075
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/dispatch/startmoduledispatcher.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx index 06e81a7aaf43..945717afaa5b 100644 --- a/framework/source/dispatch/startmoduledispatcher.cxx +++ b/framework/source/dispatch/startmoduledispatcher.cxx @@ -46,7 +46,6 @@ namespace framework{ #ifdef fpf #error "Who uses \"fpf\" as define. It will overwrite my namespace alias ..." #endif -namespace fpf = ::framework::pattern::frame; StartModuleDispatcher::StartModuleDispatcher(const css::uno::Reference< css::uno::XComponentContext >& rxContext) : m_xContext (rxContext ) |