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 550a36f84321..15061a81c45c 100644 --- a/include/svtools/rtftoken.h +++ b/include/svtools/rtftoken.h @@ -25,7 +25,7 @@ namespace rtl { }; // search the TokenID for the token -int GetRTFToken( const rtl::OUString& rSearch ); +int GetRTFToken( const OUString& rSearch ); enum RTF_TOKEN_RANGES { RTF_NOGROUP = 0x0100, |