summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objmisc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/objmisc.cxx')
-rw-r--r--sfx2/source/doc/objmisc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index dc279736d035..b23a5d5aa6a7 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -981,7 +981,7 @@ void SfxObjectShell::SetProgress_Impl
{
DBG_ASSERT( ( !pImp->pProgress && pProgress ) ||
( pImp->pProgress && !pProgress ),
- "Progress activation/deacitivation mismatch" );
+ "Progress activation/deactivation mismatch" );
pImp->pProgress = pProgress;
}
@@ -1269,7 +1269,7 @@ void SfxObjectShell::TemplateDisconnectionAfterLoad()
else
{
// !TODO/LATER: what's this?!
- // Interactiv ( DClick, Contextmenu ) no long name is included
+ // Interactive ( DClick, Contextmenu ) no long name is included
aTemplateName = getDocProperties()->getTitle();
if ( aTemplateName.isEmpty() )
{
@@ -1373,7 +1373,7 @@ bool SfxObjectShell::IsLoading() const
void SfxObjectShell::CancelTransfers()
/* [Description]
- Here can Transfers get canceled, which were not regestered
+ Here can Transfers get canceled, which were not registered
by RegisterTransfer.
*/
{