diff options
Diffstat (limited to 'toolkit/source/awt')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 2 |
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() ) { |