summaryrefslogtreecommitdiff
path: root/cui
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 /cui
parentf19e6305cd921a2c03179e1ddec42339422586d6 (diff)
Remove testtoolloader
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optimprove.cxx2
-rw-r--r--cui/source/options/optimprove2.cxx4
2 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/options/optimprove.cxx b/cui/source/options/optimprove.cxx
index 0937e5900f12..27d5e9fe68d2 100644
--- a/cui/source/options/optimprove.cxx
+++ b/cui/source/options/optimprove.cxx
@@ -46,7 +46,6 @@
#include <comphelper/configurationhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/uieventslogger.hxx>
-#include <tools/testtoolloader.hxx>
namespace lang = ::com::sun::star::lang;
namespace uno = ::com::sun::star::uno;
@@ -190,7 +189,6 @@ IMPL_LINK( SvxImprovementDialog, HandleOK, OKButton*, EMPTYARG )
::comphelper::ConfigurationHelper::E_STANDARD );
// TODO: refactor
::comphelper::UiEventsLogger::reinit();
- ::tools::InitTestToolLib();
}
EndDialog( RET_OK );
return 0;
diff --git a/cui/source/options/optimprove2.cxx b/cui/source/options/optimprove2.cxx
index 132247d6f81d..4d6f23836a0f 100644
--- a/cui/source/options/optimprove2.cxx
+++ b/cui/source/options/optimprove2.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// include ---------------------------------------------------------------
-
#define _SVX_OPTIMPROVE_CXX
#include <optimprove.hxx>
@@ -49,7 +47,6 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/synchronousdispatch.hxx>
#include <comphelper/uieventslogger.hxx>
-#include <tools/testtoolloader.hxx>
#include <osl/file.hxx>
#define C2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))
@@ -185,7 +182,6 @@ sal_Bool SvxImprovementOptionsPage::FillItemSet( SfxItemSet& /*rSet*/ )
::comphelper::ConfigurationHelper::flush( xConfig );
// TODO: refactor
::comphelper::UiEventsLogger::reinit();
- ::tools::InitTestToolLib();
}
catch( uno::Exception& )
{