Kaydet (Commit) b97341c8 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: we has->we have

Change-Id: Ib225351c908f5a2e64b039e07030e5d91a9b8dd7
üst df15d179
...@@ -1044,7 +1044,7 @@ void SAL_CALL Desktop::disposing() ...@@ -1044,7 +1044,7 @@ void SAL_CALL Desktop::disposing()
// So nobody can use us any longer. // So nobody can use us any longer.
// Exception: Only removing of listener will work ... and this code can't be dangerous. // Exception: Only removing of listener will work ... and this code can't be dangerous.
// First we has to kill all listener connections. // First we have to kill all listener connections.
// They might rely on our member and can hinder us on releasing them. // They might rely on our member and can hinder us on releasing them.
css::uno::Reference< css::uno::XInterface > xThis ( static_cast< ::cppu::OWeakObject* >(this), css::uno::UNO_QUERY ); css::uno::Reference< css::uno::XInterface > xThis ( static_cast< ::cppu::OWeakObject* >(this), css::uno::UNO_QUERY );
css::lang::EventObject aEvent( xThis ); css::lang::EventObject aEvent( xThis );
......
...@@ -158,7 +158,7 @@ void SAL_CALL DispatchHelper::dispatchFinished( const css::frame::DispatchResult ...@@ -158,7 +158,7 @@ void SAL_CALL DispatchHelper::dispatchFinished( const css::frame::DispatchResult
m_xBroadcaster.clear(); m_xBroadcaster.clear();
} }
/** we has to realease our broadcaster reference. /** we have to release our broadcaster reference.
@param aEvent @param aEvent
describe the source of this event and MUST be our save broadcaster! describe the source of this event and MUST be our save broadcaster!
......
...@@ -1463,7 +1463,7 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException, std::ex ...@@ -1463,7 +1463,7 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException, std::ex
/*-**************************************************************************************************** /*-****************************************************************************************************
@short set new component inside the frame @short set new component inside the frame
@descr A frame is a container for a component. Use this method to set, change or realease it! @descr A frame is a container for a component. Use this method to set, change or release it!
We accept null references! The xComponentWindow will be a child of our container window We accept null references! The xComponentWindow will be a child of our container window
and get all window events from us. and get all window events from us.
......
...@@ -328,7 +328,7 @@ css::uno::Sequence< OUString > SAL_CALL BackingComp::getSupportedServiceNames() ...@@ -328,7 +328,7 @@ css::uno::Sequence< OUString > SAL_CALL BackingComp::getSupportedServiceNames()
/** /**
attach this component to a target frame. attach this component to a target frame.
We has to use the container window of this frame as parent window of our own component window. We have to use the container window of this frame as parent window of our own component window.
But it's not allowed to work with it really. May another component used it too. But it's not allowed to work with it really. May another component used it too.
Currently we need it only to create our child component window and support it's Currently we need it only to create our child component window and support it's
interfaces inside our queryInterface() method. The user of us must have e.g. the interfaces inside our queryInterface() method. The user of us must have e.g. the
......
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