diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-25 16:09:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-08-25 16:09:53 +0300 |
commit | 27bde9a6abf6c73d5345b0a85b81afc8470d25cf (patch) | |
tree | e5bab0d5ca835e8e74b030069cec30877cd181e0 /framework | |
parent | aa7dc5fa1df23f1a9079305cb362aab018e94848 (diff) |
Drop gratuitous initial :: from comphelper::ProfileZone
Change-Id: Iae7d86b857d0563d9ed9d9b4187e009554698412
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/loadenv/loadenv.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/dispatchhelper.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index ea57962e9b26..99b357e30243 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -144,7 +144,7 @@ css::uno::Reference< css::lang::XComponent > LoadEnv::loadComponentFromURL(const const css::uno::Sequence< css::beans::PropertyValue >& lArgs ) { css::uno::Reference< css::lang::XComponent > xComponent; - ::comphelper::ProfileZone aZone("loadComponentFromURL"); + comphelper::ProfileZone aZone("loadComponentFromURL"); try { diff --git a/framework/source/services/dispatchhelper.cxx b/framework/source/services/dispatchhelper.cxx index 305367649678..1c5df528a6bb 100644 --- a/framework/source/services/dispatchhelper.cxx +++ b/framework/source/services/dispatchhelper.cxx @@ -114,7 +114,7 @@ css::uno::Any SAL_CALL DispatchHelper::executeDispatch( bool SyncronFlag , const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) { - ::comphelper::ProfileZone aZone("executeDispatch"); + comphelper::ProfileZone aZone("executeDispatch"); css::uno::Reference< css::uno::XInterface > xTHIS(static_cast< ::cppu::OWeakObject* >(this), css::uno::UNO_QUERY); m_aResult.clear(); |