summaryrefslogtreecommitdiff
path: root/include/rtl/character.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-10 11:50:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-10 11:50:37 +0200
commit8e6c335c1999ffd8381d1f61bfda8110b03c211e (patch)
tree2c2fa29ac63222b166cfb0c9cee30b7bb9c5b37f /include/rtl/character.hxx
parent81090304414ce8b7ffbd3a36a14a010704185ab4 (diff)
Update @since tags LO 4.5 -> 5.0
Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2
Diffstat (limited to 'include/rtl/character.hxx')
-rw-r--r--include/rtl/character.hxx2
1 files changed, 1 insertions, 1 deletions
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)
{