diff options
Diffstat (limited to 'include/svtools/rtftoken.h')
-rw-r--r-- | include/svtools/rtftoken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/rtftoken.h b/include/svtools/rtftoken.h index df44b0013807..fb191c8ffa08 100644 --- a/include/svtools/rtftoken.h +++ b/include/svtools/rtftoken.h @@ -26,7 +26,7 @@ namespace rtl { }; // search the TokenID for the token -int GetRTFToken( const OUString& rSearch ); +int GetRTFToken( std::u16string_view rSearch ); enum RTF_TOKEN_RANGES { RTF_NOGROUP = 0x0100, |