[Libreoffice-commits] core.git: o3tl/qa

Alexander Wilms f.alexander.wilms at gmail.com
Tue Feb 25 12:08:52 PST 2014


 o3tl/qa/test-heap_ptr.cxx    |    2 +-
 o3tl/qa/test-vector_pool.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 13ae60336608d807fb8129a5b3f4f482ad57448a
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 19:21:23 2014 +0100

    Remove visual noise from o3tl
    
    Change-Id: I15bd49dfa24b5eb260d442f15947788b41d000d1
    Reviewed-on: https://gerrit.libreoffice.org/8284
    Reviewed-by: Thorsten Behrens <thb at documentfoundation.org>
    Tested-by: Thorsten Behrens <thb at documentfoundation.org>

diff --git a/o3tl/qa/test-heap_ptr.cxx b/o3tl/qa/test-heap_ptr.cxx
index 9f163c2..f863b6c 100644
--- a/o3tl/qa/test-heap_ptr.cxx
+++ b/o3tl/qa/test-heap_ptr.cxx
@@ -150,7 +150,7 @@ class heap_ptr_test : public CppUnit::TestFixture
     CPPUNIT_TEST_SUITE_END();
 }; // class heap_ptr_test
 
-// -----------------------------------------------------------------------------
+
 CPPUNIT_TEST_SUITE_REGISTRATION(heap_ptr_test);
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/o3tl/qa/test-vector_pool.cxx b/o3tl/qa/test-vector_pool.cxx
index 1b7ca1c..c1c6677 100644
--- a/o3tl/qa/test-vector_pool.cxx
+++ b/o3tl/qa/test-vector_pool.cxx
@@ -83,7 +83,7 @@ public:
     CPPUNIT_TEST_SUITE_END();
 };
 
-// -----------------------------------------------------------------------------
+
 CPPUNIT_TEST_SUITE_REGISTRATION(vector_pool_test);
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list