diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-06 00:04:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-06 00:04:47 +0200 |
commit | c27798b20097602739e3e81a5063109b8c66447d (patch) | |
tree | a091ad171d662529194661d9db3c74327535e9e6 /sfx2 | |
parent | bc8adace59ab5bebb93610e0ec3b16ef2a8f5151 (diff) |
Typo: emty->empty
Change-Id: I495ae28194da449ab1b31b2b5ec0d9e08fbcc291
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 4c27c321cbd3..29736a9a4edf 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -590,7 +590,7 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq ) bool bHandsOff = ( pMedium->GetURLObject().GetProtocol() == INetProtocol::File && !xOldObj->IsDocShared() ); - // Emty existing SfxMDIFrames for this Document + // Empty existing SfxMDIFrames for this Document // in native format or R/O, open it now for editing? SfxObjectShellLock xNewObj; |