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 /extensions | |
parent | aa7dc5fa1df23f1a9079305cb362aab018e94848 (diff) |
Drop gratuitous initial :: from comphelper::ProfileZone
Change-Id: Iae7d86b857d0563d9ed9d9b4187e009554698412
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index d89d86192d75..7fd2749eedc6 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -786,7 +786,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::Invoke(DISPID dispidMember, EXCEPINFO * pexcepinfo, unsigned int * puArgErr ) { - ::comphelper::ProfileZone aZone("COM Bridge"); + comphelper::ProfileZone aZone("COM Bridge"); HRESULT ret = S_OK; try |