summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 11:37:23 +0100
committerJens Carl <j.carl43@gmx.de>2018-01-27 08:45:03 +0100
commit72c68a3d1768ea2e05671aee3b2a0db8d87c9e86 (patch)
tree427d070add01976520c546f56e373d6d903c97f8 /sfx2
parentba8c04a6fc7d1931b4417af99aa0b45091747d83 (diff)
Fix typos
Change-Id: I914ac70f39028caebafb874e871f11017fda7795 Reviewed-on: https://gerrit.libreoffice.org/48682 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewfrm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index dd265c2769a6..7a5a536bb46e 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -827,7 +827,7 @@ void SfxViewFrame::StateReload_Impl( SfxItemSet& rSet )
else
{
// If any ChildFrame is reloadable, the slot is enabled,
- // so you can perfom CTRL-Reload
+ // so you can perform CTRL-Reload
rSet.Put( SfxBoolItem( nWhich, false));
}
@@ -2062,7 +2062,7 @@ void SfxViewFrame::ExecView_Impl
return;
}
- // Get ViewData of FrameSets recursivly.
+ // Get ViewData of FrameSets recursively.
GetFrame().GetViewData_Impl();
SfxMedium* pMed = GetObjectShell()->GetMedium();