summaryrefslogtreecommitdiff
path: root/toolkit
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 /toolkit
parentaa7dc5fa1df23f1a9079305cb362aab018e94848 (diff)
Drop gratuitous initial :: from comphelper::ProfileZone
Change-Id: Iae7d86b857d0563d9ed9d9b4187e009554698412
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx2
-rw-r--r--toolkit/source/awt/vclxwindow.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 51e2b4670cb5..eb888f6f0872 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -1898,7 +1898,7 @@ void SAL_CALL VCLXToolkit::reschedule()
void SAL_CALL VCLXToolkit::processEventsToIdle()
{
SolarMutexGuard aSolarGuard;
- ::comphelper::ProfileZone aZone("processEvents");
+ comphelper::ProfileZone aZone("processEvents");
Scheduler::ProcessEventsToIdle();
}
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index ff20d4af4388..41e5168e03f4 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -965,7 +965,7 @@ void VCLXWindow::removeEventListener( const css::uno::Reference< css::lang::XEve
void VCLXWindow::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags )
{
SolarMutexGuard aGuard;
- ::comphelper::ProfileZone aZone("setPosSize");
+ comphelper::ProfileZone aZone("setPosSize");
if ( GetWindow() )
{