summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:21:23 +0100
committerThorsten Behrens <thb@documentfoundation.org>2014-02-25 20:08:23 +0000
commit13ae60336608d807fb8129a5b3f4f482ad57448a (patch)
tree329801d8b61ff824e161651eb5529d901e327dab /o3tl
parent02a46f9394555489884440c4fa352101f0ab7b20 (diff)
Remove visual noise from o3tl
Change-Id: I15bd49dfa24b5eb260d442f15947788b41d000d1 Reviewed-on: https://gerrit.libreoffice.org/8284 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/qa/test-heap_ptr.cxx2
-rw-r--r--o3tl/qa/test-vector_pool.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/o3tl/qa/test-heap_ptr.cxx b/o3tl/qa/test-heap_ptr.cxx
index 9f163c278e73..f863b6cd3f8b 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 1b7ca1c97197..c1c66773a0f3 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: */