summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-08-25 16:09:53 +0300
committerTor Lillqvist <tml@collabora.com>2017-08-25 16:09:53 +0300
commit27bde9a6abf6c73d5345b0a85b81afc8470d25cf (patch)
treee5bab0d5ca835e8e74b030069cec30877cd181e0 /framework/source/services
parentaa7dc5fa1df23f1a9079305cb362aab018e94848 (diff)
Drop gratuitous initial :: from comphelper::ProfileZone
Change-Id: Iae7d86b857d0563d9ed9d9b4187e009554698412
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/dispatchhelper.cxx2
1 files changed, 1 insertions, 1 deletions
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();