diff options
Diffstat (limited to 'binaryurp/source/bridge.cxx')
-rw-r--r-- | binaryurp/source/bridge.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 7718c53a8266..50b873f6a70f 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -744,8 +744,7 @@ void Bridge::handleCommitChangeRequest( assert(ok); (void) ok; // avoid warnings for (sal_Int32 i = 0; i != s.getLength(); ++i) { - if (s[i].Name.equalsAsciiL( - RTL_CONSTASCII_STRINGPARAM("CurrentContext"))) + if ( s[i].Name == "CurrentContext" ) { ccMode = true; } else { |