diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-29 14:54:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-29 14:54:20 +0200 |
commit | dde79dd5044f6b5d6d9973f8f335956bfcb6fb4c (patch) | |
tree | 1749460d1d12a93bd1f3c3dc14713ea7fb8a0d55 /framework/source | |
parent | a91272a6a423e911b832b2f103a77521b4106ed1 (diff) |
Rename OfficeIPCThread to RequestHandler
Change-Id: I2076d903e83a0b8eb3aa0ce2413630e2c5415b15
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/desktop.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index f4514f48982a..53c49c1ad9a7 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -385,7 +385,7 @@ void SAL_CALL Desktop::addTerminateListener( const css::uno::Reference< css::fra m_xSfxTerminator = xListener; return; } - if( sImplementationName == "com.sun.star.comp.OfficeIPCThreadController" ) + if( sImplementationName == "com.sun.star.comp.RequestHandlerController" ) { m_xPipeTerminator = xListener; return; @@ -424,7 +424,7 @@ void SAL_CALL Desktop::removeTerminateListener( const css::uno::Reference< css:: return; } - if( sImplementationName == "com.sun.star.comp.OfficeIPCThreadController" ) + if( sImplementationName == "com.sun.star.comp.RequestHandlerController" ) { m_xPipeTerminator.clear(); return; |