summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svapp.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index f3e3fc20d361..10d7f63a9147 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -423,8 +423,6 @@ const KeyCode* Application::GetReservedKeyCode( sal_uLong i )
void Application::Execute()
{
- DBG_STARTAPPEXECUTE();
-
ImplSVData* pSVData = ImplGetSVData();
pSVData->maAppData.mbInAppExecute = sal_True;
@@ -432,8 +430,6 @@ void Application::Execute()
Application::Yield();
pSVData->maAppData.mbInAppExecute = sal_False;
-
- DBG_ENDAPPEXECUTE();
}
// -----------------------------------------------------------------------