[Libreoffice-commits] core.git: include/sal testtools/source

Stephan Bergmann sbergman at redhat.com
Fri Dec 9 20:38:02 UTC 2016


 include/sal/log-areas.dox              |    4 ----
 testtools/source/bridgetest/cppobj.cxx |    5 -----
 2 files changed, 9 deletions(-)

New commits:
commit a1959d05b8531abc24edb9b9cc42c29e8412ba76
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Dec 9 21:37:22 2016 +0100

    Remove irrelevant SAL_INFOs
    
    Change-Id: Ieb58ed113c6a3e85a806ec57a6557e2d37bf9b06

diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index b1bdf59..a1b3418 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -412,10 +412,6 @@ certain functionality.
 
 @li @c stoc.corerefl - CoreReflection
 
- at section testtools
-
- at li @c testtools
-
 @section VCL
 
 @li @c vcl
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx
index bcfa65a..ad3fd18 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
         {


More information about the Libreoffice-commits mailing list