summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/test_oustring_endswith.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/strings/test_oustring_endswith.cxx')
-rw-r--r--sal/qa/rtl/strings/test_oustring_endswith.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/rtl/strings/test_oustring_endswith.cxx b/sal/qa/rtl/strings/test_oustring_endswith.cxx
index 7649de312f81..bf01577e28be 100644
--- a/sal/qa/rtl/strings/test_oustring_endswith.cxx
+++ b/sal/qa/rtl/strings/test_oustring_endswith.cxx
@@ -71,10 +71,10 @@ void test::oustring::EndsWith::endsWith()
{
struct Data {
char const * str1;
- sal_Int32 const str1Len;
+ sal_Int32 str1Len;
char const * str2;
- sal_Int32 const str2Len;
- bool const endsWith;
+ sal_Int32 str2Len;
+ bool endsWith;
};
Data const data[] = {
{ RTL_CONSTASCII_STRINGPARAM(""), RTL_CONSTASCII_STRINGPARAM(""),