summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-06 00:04:47 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-05 23:38:43 -0500
commitd1ccd3cfb1094e21c653010f4d3ffb327caff686 (patch)
tree9df80859fcf8d4e180b7fdaa0bedaa6a558244b4 /sfx2
parent4232598fb07a5c10f1d070d7df16059b803d86b9 (diff)
Typo: emty->empty
Change-Id: I495ae28194da449ab1b31b2b5ec0d9e08fbcc291 (cherry picked from commit c27798b20097602739e3e81a5063109b8c66447d)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 8119842b38a6..bb859bb258f9 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -596,7 +596,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;