From 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Sat, 22 Feb 2014 21:20:15 +0100 Subject: Remove unneccessary comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sal/qa/rtl/oustring/rtl_OUString2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sal/qa/rtl/oustring/rtl_OUString2.cxx') 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 sal_Int16 SAL_CALL checkPrecisionSize() { @@ -977,7 +977,7 @@ void convertToString::test() { } // - string construction & interning (tests) -// ----------------------------------------------------------------------------- + class construction : public CppUnit::TestFixture { public: -- cgit