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

Typo: relaese->release

Change-Id: I9e2e8f11c376fc808b12bc1db509babeac0ff7d8
üst 51e2d235
......@@ -183,7 +183,7 @@ void SAL_CALL CreationWizardUnoDlg::notifyTermination( const lang::EventObject&
void SAL_CALL CreationWizardUnoDlg::disposing( const lang::EventObject& /*Source*/ ) throw (uno::RuntimeException, std::exception)
{
//Listener should deregister himself and relaese all references to the closing object.
//Listener should deregister himself and release all references to the closing object.
}
void SAL_CALL CreationWizardUnoDlg::setTitle( const OUString& /*rTitle*/ ) throw(uno::RuntimeException, std::exception)
......
......@@ -879,7 +879,7 @@ void SAL_CALL ChartController::notifyClosing(
const lang::EventObject& rSource )
throw(uno::RuntimeException, std::exception)
{
//Listener should deregister himself and relaese all references to the closing object.
//Listener should deregister himself and release all references to the closing object.
TheModelRef aModelRef( m_aModel, m_aModelMutex);
if( impl_releaseThisModel( rSource.Source ) )
......
......@@ -145,7 +145,7 @@ void Desktop::constructorInit()
@param "xFactory" is the multi service manager, which create this instance.
The value must be different from NULL!
@onerror We throw an ASSERT in debug version or do nothing in relaese version.
@onerror We throw an ASSERT in debug version or do nothing in release version.
*//*-*************************************************************************************************************/
Desktop::Desktop( const css::uno::Reference< css::uno::XComponentContext >& xContext )
: TransactionBase ( )
......
......@@ -486,7 +486,7 @@ DEFINE_XTYPEPROVIDER_21 ( Frame
@param xContext is the multi service manager, which creates this instance.
The value must be different from NULL!
@onerror ASSERT in debug version or nothing in relaese version.
@onerror ASSERT in debug version or nothing in release version.
*//*-*****************************************************************************************************/
Frame::Frame( const css::uno::Reference< css::uno::XComponentContext >& xContext )
: TransactionBase ( )
......
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