summaryrefslogtreecommitdiff
path: root/chart2
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 /chart2
parent51e2d23521f99254f09fcc459e7b41600cb9f76d (diff)
Typo: relaese->release
Change-Id: I9e2e8f11c376fc808b12bc1db509babeac0ff7d8
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx2
-rw-r--r--chart2/source/controller/main/ChartController.cxx2
2 files changed, 2 insertions, 2 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 ) )