summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbxmod.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-12-10 08:18:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-12-10 08:18:15 +0100
commitc4c059beb39079c204dc35088edd587ce58eadc3 (patch)
treefbfbdc5380e2d2fe4c1115ca120e05695355819e /basic/source/classes/sbxmod.cxx
parentfb8a3fac5d448451794804a7470be45fa14da453 (diff)
DBG_TRACE_BASIC/PROFILING had been rotting for quite some time now
...e.g., it still used the long-gone tools String class Change-Id: I9d1930c72fbae3208a0f3da14c6991f30d89a9bc
Diffstat (limited to 'basic/source/classes/sbxmod.cxx')
-rw-r--r--basic/source/classes/sbxmod.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 3809d107114a..0730273c8520 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -1227,10 +1227,6 @@ void SbModule::Run( SbMethod* pMeth )
::basic::vba::lockControllersOfAllDocuments( xModel, false );
::basic::vba::enableContainerWindowsOfAllDocuments( xModel, true );
}
-
-#ifdef DBG_TRACE_BASIC
- dbg_DeInitTrace();
-#endif
}
}
else