summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/qa/unit/test_URIHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx
index 70e6fcc69da4..dc57dcd51968 100644
--- a/svl/qa/unit/test_URIHelper.cxx
+++ b/svl/qa/unit/test_URIHelper.cxx
@@ -404,9 +404,9 @@ void Test::testFindFirstURLInText() {
buf.append(" != ");
buf.append(OUStringToOString(result, RTL_TEXTENCODING_UTF8));
buf.append(" (");
- buf.append(static_cast< sal_Int32 >(begin));
+ buf.append(begin);
buf.append(", ");
- buf.append(static_cast< sal_Int32 >(end));
+ buf.append(end);
buf.append(')');
msg = buf.makeStringAndClear();
}