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 /vcl | |
parent | aa7dc5fa1df23f1a9079305cb362aab018e94848 (diff) |
Drop gratuitous initial :: from comphelper::ProfileZone
Change-Id: Iae7d86b857d0563d9ed9d9b4187e009554698412
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/scheduler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx index bdd5ad69d202..54922ccceaa9 100644 --- a/vcl/source/app/scheduler.cxx +++ b/vcl/source/app/scheduler.cxx @@ -366,7 +366,7 @@ next_entry: Task *pTask = pMostUrgent->mpTask; - ::comphelper::ProfileZone aZone( pTask->GetDebugName() ); + comphelper::ProfileZone aZone( pTask->GetDebugName() ); // prepare Scheduler object for deletion after handling pTask->SetDeletionFlags(); |