summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sal/log-areas.dox4
-rw-r--r--testtools/source/bridgetest/cppobj.cxx5
2 files changed, 0 insertions, 9 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index b1bdf59ee67e..a1b3418ee373 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -412,10 +412,6 @@ certain functionality.
@li @c stoc.corerefl - CoreReflection
-@section testtools
-
-@li @c testtools
-
@section VCL
@li @c vcl
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx
index bcfa65ab3e3e..ad3fd185b97c 100644
--- a/testtools/source/bridgetest/cppobj.cxx
+++ b/testtools/source/bridgetest/cppobj.cxx
@@ -151,10 +151,6 @@ public:
m_bFirstCall( true ),
m_bSequenceOfCallTestPassed( true )
{}
- virtual ~Test_Impl() override
- {
- SAL_INFO("testtools", "> scalar Test_Impl dtor <" );
- }
void SAL_CALL acquire() throw () override
{
@@ -683,7 +679,6 @@ void dothrow(const RuntimeException& e)
Any a( getCaughtException() );
RuntimeException exc;
OSL_VERIFY( a >>= exc );
- SAL_INFO("testtools", exc.Message );
}
catch (...) // never throws anything
{