diff options
author | August Sodora <augsod@gmail.com> | 2011-12-07 14:54:40 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-07 14:57:24 -0500 |
commit | 2ef7f7efbffe036864ad0c73c974a16a0b4401ff (patch) | |
tree | 9f3cd1c4159af8f7b553a08a7aa44683f7a9f9f3 /padmin | |
parent | f19e6305cd921a2c03179e1ddec42339422586d6 (diff) |
Remove testtoolloader
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/pamain.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx index 71ee0e77e09e..e98ee4434003 100644 --- a/padmin/source/pamain.cxx +++ b/padmin/source/pamain.cxx @@ -29,8 +29,6 @@ #include <stdio.h> #include <unistd.h> -#include "tools/testtoolloader.hxx" - #include "vcl/svapp.hxx" #include "vcl/wrkwin.hxx" #include "vcl/unowrap.hxx" @@ -56,8 +54,6 @@ using namespace comphelper; using ::rtl::OUString; -// ----------------------------------------------------------------------- - class MyApp : public Application { public: @@ -152,9 +148,6 @@ int MyApp::Main() return EXIT_FAILURE; } - // initialize test-tool library (if available) - tools::InitTestToolLib(); - ResMgr::SetReadStringHook( MyApp::ReadStringHook ); pPADialog = PADialog::Create( NULL , sal_False ); @@ -163,8 +156,6 @@ int MyApp::Main() pPADialog->Execute(); delete pPADialog; - tools::DeInitTestToolLib(); - /* * clean up UCB */ |