Typo: easiear->easier
Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf
This commit is contained in:
@@ -106,7 +106,7 @@ void Desktop::constructorInit()
|
||||
// Initialize a new interception helper object to handle dispatches and implement an interceptor mechanism.
|
||||
// Set created dispatch provider as slowest slave of it.
|
||||
// Hold interception helper by reference only - not by pointer!
|
||||
// So it's easiear to destroy it.
|
||||
// So it's easier to destroy it.
|
||||
InterceptionHelper* pInterceptionHelper = new InterceptionHelper( this, xDispatchProvider );
|
||||
m_xDispatchHelper = css::uno::Reference< css::frame::XDispatchProvider >( static_cast< ::cppu::OWeakObject* >(pInterceptionHelper), css::uno::UNO_QUERY );
|
||||
|
||||
|
@@ -529,7 +529,7 @@ void Frame::initListeners()
|
||||
// Initialize a new interception helper object to handle dispatches and implement an interceptor mechanism.
|
||||
// Set created dispatch provider as slowest slave of it.
|
||||
// Hold interception helper by reference only - not by pointer!
|
||||
// So it's easiear to destroy it.
|
||||
// So it's easier to destroy it.
|
||||
InterceptionHelper* pInterceptionHelper = new InterceptionHelper( this, xDispatchProvider );
|
||||
m_xDispatchHelper = css::uno::Reference< css::frame::XDispatchProvider >( static_cast< ::cppu::OWeakObject* >(pInterceptionHelper), css::uno::UNO_QUERY );
|
||||
|
||||
|
Reference in New Issue
Block a user