summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-07 14:54:40 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-07 14:57:24 -0500
commit2ef7f7efbffe036864ad0c73c974a16a0b4401ff (patch)
tree9f3cd1c4159af8f7b553a08a7aa44683f7a9f9f3 /desktop/source
parentf19e6305cd921a2c03179e1ddec42339422586d6 (diff)
Remove testtoolloader
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/app.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 9e9f65604021..49a060e25d42 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -96,7 +96,6 @@
#include <com/sun/star/frame/XUIControllerRegistration.hpp>
#include <com/sun/star/java/XJavaVM.hpp>
-#include <tools/testtoolloader.hxx>
#include <tools/solar.h>
#include <toolkit/unohlp.hxx>
#include <osl/security.hxx>
@@ -1680,11 +1679,6 @@ int Desktop::Main()
*/
Application::GetDefaultDevice();
- // initialize test-tool library (if available)
- RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ tools::InitTestToolLib" );
- tools::InitTestToolLib();
- RTL_LOGFILE_CONTEXT_TRACE( aLog, "} tools::InitTestToolLib" );
-
// Check if bundled or shared extensions were added /removed
// and process those extensions (has to be done before checking
// the extension dependencies!
@@ -1930,7 +1924,6 @@ int Desktop::doShutdown()
sal_uLong nAcquireCount = Application::ReleaseSolarMutex();
DeregisterServices();
Application::AcquireSolarMutex(nAcquireCount);
- tools::DeInitTestToolLib();
// be sure that path/language options gets destroyed before
// UCB is deinitialized
RTL_LOGFILE_CONTEXT_TRACE( aLog, "-> dispose path/language options" );