Kaydet (Commit) 463417f8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Assume that this shall check full string equality

...instead of prefix match as the use of
compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply.

Change-Id: I266b68073ba01b9c1e91e24816b8a61f09bd60ac
üst 58797758
......@@ -393,7 +393,7 @@ void SAL_CALL UpdateCheckUI::notifyEvent(const document::EventObject& rEvent)
{
SolarMutexGuard aGuard;
if( rEvent.EventName.startsWith( "OnPrepareViewClosing" ) )
if( rEvent.EventName == "OnPrepareViewClosing" )
{
RemoveBubbleWindow( true );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment