Kaydet (Commit) 2864959c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use standard idiom

Change-Id: Ida916e3019d72c9e9d1b5b117de2060f0227c310
üst 69a0571d
......@@ -841,7 +841,7 @@ throw (uno::RuntimeException)
{
try
{
uno::Reference< uno::XInterface > xThis( dynamic_cast< XLinguServiceEventBroadcaster * >(this) );
uno::Reference< uno::XInterface > xThis( static_cast< OWeakObject * >(this) );
linguistic2::LinguServiceEvent aEvent( xThis, linguistic2::LinguServiceEventFlags::PROOFREAD_AGAIN );
m_aNotifyListeners.notifyEach(
&linguistic2::XLinguServiceEventListener::processLinguServiceEvent,
......
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