summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/ustring.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx
index 68a1a4449c4d..a5efa62d759c 100644
--- a/sal/rtl/ustring.cxx
+++ b/sal/rtl/ustring.cxx
@@ -946,7 +946,6 @@ static int rtl_canGuessUOutputLength( int len, rtl_TextEncoding eTextEncoding )
case RTL_TEXTENCODING_IBM_863:
case RTL_TEXTENCODING_IBM_865:
return len;
- break;
}
return 0;
}