diff options
Diffstat (limited to 'sfx2/source/view/viewsh.cxx')
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 69ef3af1c123..7bb2d4cedd63 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -195,7 +195,7 @@ void SAL_CALL SfxClipboardChangeListener::disposing( const lang::EventObject& /* xNotify->removeClipboardListener( xThis ); // Make asynchronous call to avoid locking SolarMutex which is the - // root for many deadlocks, especially in conjuction with the "Windows" + // root for many deadlocks, especially in conjunction with the "Windows" // based single thread apartment clipboard code! AsyncExecuteInfo* pInfo = new AsyncExecuteInfo( ASYNCEXECUTE_CMD_DISPOSING, xThis, this ); Application::PostUserEvent( STATIC_LINK( 0, SfxClipboardChangeListener, AsyncExecuteHdl_Impl ), pInfo ); @@ -205,7 +205,7 @@ void SAL_CALL SfxClipboardChangeListener::changedContents( const datatransfer::c throw ( RuntimeException, std::exception ) { // Make asynchronous call to avoid locking SolarMutex which is the - // root for many deadlocks, especially in conjuction with the "Windows" + // root for many deadlocks, especially in conjunction with the "Windows" // based single thread apartment clipboard code! uno::Reference< datatransfer::clipboard::XClipboardListener > xThis( static_cast< datatransfer::clipboard::XClipboardListener* >( this )); AsyncExecuteInfo* pInfo = new AsyncExecuteInfo( ASYNCEXECUTE_CMD_CHANGEDCONTENTS, xThis, this ); |