summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-08 14:23:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-08 14:27:03 +0100
commitdf15d179a07be2aa2f6e2cb2066e6567081c399e (patch)
treeb6c532f1f5e680dd44049975ae9a734801952a6d
parent51e2d23521f99254f09fcc459e7b41600cb9f76d (diff)
Typo: relaese->release
Change-Id: I9e2e8f11c376fc808b12bc1db509babeac0ff7d8
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx2
-rw-r--r--chart2/source/controller/main/ChartController.cxx2
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/services/frame.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
index 2834ba338c66..5a777db94004 100644
--- a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
+++ b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
@@ -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)
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index a16a4ab5a14a..780ea4623959 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -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 ) )
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 502f7d95283f..3b765fba9df2 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -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 ( )
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index b5b69eaebbf4..02dfd2ca313f 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -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 ( )