summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf/rtfkeywd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/svrtf/rtfkeywd.cxx')
-rw-r--r--svtools/source/svrtf/rtfkeywd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/rtfkeywd.cxx b/svtools/source/svrtf/rtfkeywd.cxx
index ef032a547009..164cfb55a1c0 100644
--- a/svtools/source/svrtf/rtfkeywd.cxx
+++ b/svtools/source/svrtf/rtfkeywd.cxx
@@ -1222,7 +1222,7 @@ int GetRTFToken( const OUString& rSearch )
aSrch.pUToken = &rSearch;
aSrch.nToken = -1;
- if( 0 != ( pFound = bsearch( (char *) &aSrch,
+ if( 0 != ( pFound = bsearch( &aSrch,
(void*) aRTFTokenTab,
sizeof( aRTFTokenTab ) / sizeof( RTF_TokenEntry ),
sizeof( RTF_TokenEntry ),