summaryrefslogtreecommitdiffstats
path: root/sfx2/source/view/frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/frame.cxx')
-rw-r--r--sfx2/source/view/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index ffebf56ccfff..e1f8c2618afa 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -326,7 +326,7 @@ SfxDispatcher* SfxFrame::GetDispatcher_Impl() const
bool SfxFrame::IsAutoLoadLocked_Impl() const
{
- // Its own Docucument is locked?
+ // Its own Document is locked?
const SfxObjectShell* pObjSh = GetCurrentDocument();
if ( !pObjSh || !pObjSh->IsAutoLoadLocked() )
return false;