diff options
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/rtl/ostring/rtl_OString2.cxx | 2 | ||||
-rw-r--r-- | sal/qa/rtl/oustring/rtl_OUString2.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/rtl/ostring/rtl_OString2.cxx b/sal/qa/rtl/ostring/rtl_OString2.cxx index 63efbf1c9839..1e22a96b5e48 100644 --- a/sal/qa/rtl/ostring/rtl_OString2.cxx +++ b/sal/qa/rtl/ostring/rtl_OString2.cxx @@ -215,7 +215,7 @@ public: { toDouble_test_impl(_sValue); - // test also the negativ part. + // test also the negative part. rtl::OString sNegativValue("-"); sNegativValue += _sValue; toDouble_test_impl(sNegativValue); diff --git a/sal/qa/rtl/oustring/rtl_OUString2.cxx b/sal/qa/rtl/oustring/rtl_OUString2.cxx index 385d49b3c537..426834b88f5f 100644 --- a/sal/qa/rtl/oustring/rtl_OUString2.cxx +++ b/sal/qa/rtl/oustring/rtl_OUString2.cxx @@ -264,7 +264,7 @@ public: { toDouble_test_impl(_sValue); - // test also the negativ part. + // test also the negative part. rtl::OString sNegativValue("-"); sNegativValue += _sValue; toDouble_test_impl(sNegativValue); @@ -399,7 +399,7 @@ public: { toFloat_test_impl(_sValue); - // test also the negativ part. + // test also the negative part. rtl::OString sNegativValue("-"); sNegativValue += _sValue; toFloat_test_impl(sNegativValue); |