diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-22 21:20:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:38:49 +0000 |
commit | 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch) | |
tree | 5024cba9f9ea5e3b23ea26025323f6aef39488d0 /sal/qa/rtl/oustring | |
parent | b81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff) |
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sal/qa/rtl/oustring')
-rw-r--r-- | sal/qa/rtl/oustring/rtl_OUString2.cxx | 6 | ||||
-rw-r--r-- | sal/qa/rtl/oustring/rtl_ustr.cxx | 34 |
2 files changed, 20 insertions, 20 deletions
diff --git a/sal/qa/rtl/oustring/rtl_OUString2.cxx b/sal/qa/rtl/oustring/rtl_OUString2.cxx index 2654e3dc0f3e..7e6721160546 100644 --- a/sal/qa/rtl/oustring/rtl_OUString2.cxx +++ b/sal/qa/rtl/oustring/rtl_OUString2.cxx @@ -237,9 +237,9 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class number -//------------------------------------------------------------------------ + // testing the method toDouble() -//------------------------------------------------------------------------ + template<class T> sal_Int16 SAL_CALL checkPrecisionSize() { @@ -977,7 +977,7 @@ void convertToString::test() { } // - string construction & interning (tests) -// ----------------------------------------------------------------------------- + class construction : public CppUnit::TestFixture { public: diff --git a/sal/qa/rtl/oustring/rtl_ustr.cxx b/sal/qa/rtl/oustring/rtl_ustr.cxx index 07b3ba6f22c2..9235a910c7c4 100644 --- a/sal/qa/rtl/oustring/rtl_ustr.cxx +++ b/sal/qa/rtl/oustring/rtl_ustr.cxx @@ -161,7 +161,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class compareIgnoreAsciiCase -// ----------------------------------------------------------------------------- + class shortenedCompareIgnoreAsciiCase_WithLength : public CppUnit::TestFixture { @@ -246,7 +246,7 @@ namespace rtl_ustr }; // class compare -// // ----------------------------------------------------------------------------- +// // // class hashCode : public CppUnit::TestFixture // { @@ -301,7 +301,7 @@ namespace rtl_ustr // }; // class compare // // -// // ----------------------------------------------------------------------------- +// // class indexOfChar : public CppUnit::TestFixture { @@ -348,7 +348,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class indexOfChar -// // ----------------------------------------------------------------------------- +// class lastIndexOfChar : public CppUnit::TestFixture { public: @@ -395,7 +395,7 @@ namespace rtl_ustr }; // class lastIndexOfChar -// ----------------------------------------------------------------------------- + class indexOfStr : public CppUnit::TestFixture { @@ -452,7 +452,7 @@ namespace rtl_ustr CPPUNIT_TEST(indexOfStr_002); CPPUNIT_TEST_SUITE_END(); }; // class compare -// ----------------------------------------------------------------------------- + class lastIndexOfStr : public CppUnit::TestFixture @@ -517,7 +517,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class lastIndexOfStr -// ----------------------------------------------------------------------------- + class replaceChar : public CppUnit::TestFixture { @@ -556,7 +556,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class replaceChar -// ----------------------------------------------------------------------------- + class replaceChar_WithLength : public CppUnit::TestFixture { @@ -618,7 +618,7 @@ namespace rtl_ustr }; // class replaceChar -// ----------------------------------------------------------------------------- + class toAsciiLowerCase : public CppUnit::TestFixture { @@ -700,7 +700,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class replaceChar -// ----------------------------------------------------------------------------- + class toAsciiUpperCase : public CppUnit::TestFixture { @@ -778,7 +778,7 @@ namespace rtl_ustr }; // class replaceChar - // ----------------------------------------------------------------------------- + class trim_WithLength : public CppUnit::TestFixture { @@ -887,7 +887,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; - // ----------------------------------------------------------------------------- + class valueOfChar : public CppUnit::TestFixture { @@ -1067,7 +1067,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class ascii_shortenedCompareIgnoreAsciiCase_WithLength -// ----------------------------------------------------------------------------- + class ascii_compareIgnoreAsciiCase_WithLength : public CppUnit::TestFixture { @@ -1133,7 +1133,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class ascii_compareIgnoreAsciiCase_WithLength -// ----------------------------------------------------------------------------- + class ascii_compare : public CppUnit::TestFixture { @@ -1191,7 +1191,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class ascii_compare -// ----------------------------------------------------------------------------- + class ascii_compareIgnoreAsciiCase : public CppUnit::TestFixture { @@ -1377,7 +1377,7 @@ namespace rtl_ustr CPPUNIT_TEST_SUITE_END(); }; // class ascii_compareIgnoreAsciiCase -// ----------------------------------------------------------------------------- + CPPUNIT_TEST_SUITE_REGISTRATION(rtl_ustr::compare); CPPUNIT_TEST_SUITE_REGISTRATION(rtl_ustr::compareIgnoreAsciiCase); @@ -1409,7 +1409,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(rtl_ustr::ascii_shortenedCompareIgnoreAsciiCase_ } // namespace rtl_ustr -// ----------------------------------------------------------------------------- + // this macro creates an empty function, which will called by the RegisterAllFunctions("") // to let the user the possibility to also register some functions by hand. |