diff options
Diffstat (limited to 'include/rtl/string.hxx')
-rw-r--r-- | include/rtl/string.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index c16519fa14df..3fc461de0c2c 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx @@ -1765,7 +1765,7 @@ public: index = rtl_string_getToken( &pNew, pData, token, cTok, index ); return OString( pNew, SAL_NO_ACQUIRE ); } -#ifdef LIBO_INTERNAL_ONLY // "RTL_FAST_STRING" +#ifdef LIBO_INTERNAL_ONLY std::string_view getTokenView( sal_Int32 token, char cTok, sal_Int32& index ) const { const char* pViewData = nullptr; |