summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/oustring/rtl_OUString2.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
commit335cd830b0bd430d282687df58a91a69dac2c528 (patch)
tree3d49d43ed0c07d643b9fd081e6eb0522b57851c2 /sal/qa/rtl/oustring/rtl_OUString2.cxx
parentc04f4393f5ec63dbd546b5c503ddc82d9cd2377e (diff)
Kill superfluous vertical whitespace
Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3
Diffstat (limited to 'sal/qa/rtl/oustring/rtl_OUString2.cxx')
-rw-r--r--sal/qa/rtl/oustring/rtl_OUString2.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sal/qa/rtl/oustring/rtl_OUString2.cxx b/sal/qa/rtl/oustring/rtl_OUString2.cxx
index 7e6721160546..0628d504d9c7 100644
--- a/sal/qa/rtl/oustring/rtl_OUString2.cxx
+++ b/sal/qa/rtl/oustring/rtl_OUString2.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
// autogenerated file with codegen.pl
#include <math.h>
@@ -212,7 +211,6 @@ public:
number_double_test(nValue);
}
-
// Change the following lines only, if you add, remove or rename
// member functions of the current class,
// because these macros are need by auto register mechanism.
@@ -237,7 +235,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class number
-
// testing the method toDouble()
template<class T>
@@ -246,7 +243,6 @@ sal_Int16 SAL_CALL checkPrecisionSize()
// sal_Int16 nSize = sizeof(T);
volatile T nCalcValue = 1.0;
-
// (i + 1) is the current precision
// numerical series
// 1.1
@@ -310,7 +306,6 @@ sal_Int16 SAL_CALL checkPrecisionSize()
return i;
}
-
class testPrecision
{
public:
@@ -672,7 +667,6 @@ public:
CPPUNIT_ASSERT_MESSAGE("expected position is wrong", nPos == _nExpectedResultPos);
}
-
void lastIndexOf_test_oustring_offset_001()
{
// search for sun, start at the end, found (pos==0)
@@ -846,7 +840,6 @@ public:
CPPUNIT_TEST_SUITE_END();
}; // class lastIndexOf
-
// - getToken (tests)
class getToken : public CppUnit::TestFixture
{
@@ -1248,8 +1241,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(rtl_OUString::convertFromString);
} // namespace rtl_OUString
-
-
// 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.
CPPUNIT_PLUGIN_IMPLEMENT();