From 8e6c335c1999ffd8381d1f61bfda8110b03c211e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 10 Apr 2015 11:50:37 +0200 Subject: Update @since tags LO 4.5 -> 5.0 Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2 --- include/rtl/character.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rtl/character.hxx') diff --git a/include/rtl/character.hxx b/include/rtl/character.hxx index b62f6d115734..f5c9490033ec 100644 --- a/include/rtl/character.hxx +++ b/include/rtl/character.hxx @@ -154,7 +154,7 @@ inline bool isAsciiHexDigit(sal_uInt32 code) @return True if code is an ASCII octal digit character (ASCII '0'--'7'). - @since LibreOffice 4.5 + @since LibreOffice 5.0 */ inline bool isAsciiOctalDigit(sal_uInt32 code) { -- cgit