summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/macrodlg.cxx2
-rw-r--r--basctl/source/inc/scriptdocument.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx
index 8979d4df2eba..04bd6bdd4d2a 100644
--- a/basctl/source/basicide/macrodlg.cxx
+++ b/basctl/source/basicide/macrodlg.cxx
@@ -596,7 +596,7 @@ IMPL_LINK_NOARG_TYPED( MacroChooser, EditModifyHdl, Edit&, void )
if ( !bFound )
{
SvTreeListEntry* pEntry = m_pMacroBox->FirstSelected();
- // if the entry exists ->Select ->Desription...
+ // if the entry exists ->Select ->Description...
if ( pEntry )
m_pMacroBox->Select( pEntry, false );
}
diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx
index 60cadce8fab9..4a162f8c240a 100644
--- a/basctl/source/inc/scriptdocument.hxx
+++ b/basctl/source/inc/scriptdocument.hxx
@@ -359,7 +359,7 @@ namespace basctl
@param _rDialogName
the dialog's name
@param _out_rDialogSource
- takes the provider for the dialog's desription, upon successful return
+ takes the provider for the dialog's description, upon successful return
@return
<TRUE/> if and only if the dialog could be successfully retrieved, <FALSE/> otherwise
*/
@@ -394,7 +394,7 @@ namespace basctl
@param _rDialogName
the dialog's name
@param _out_rDialogSource
- takes the provider for the dialog's desription, upon successful return
+ takes the provider for the dialog's description, upon successful return
@return
<TRUE/> if and only if the dialog could be successfully retrieved, <FALSE/> otherwise
*/