diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2020-02-06 14:43:04 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2020-02-06 20:28:09 +0100 |
commit | 5cba58218dbacb7e89985ceda2fec4cf89287a7c (patch) | |
tree | 3eab58ee5647fa0da2b39ccbbc62cd4fc29e5333 | |
parent | 814c69878b03cd053b53bcc81bbaeee02d416ce7 (diff) |
Typo fix.
Change-Id: Id638f16f522b335ca9af7a805556f2061df55bf4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88111
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
-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 6100c6dab509..63e7e83881c8 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -1080,7 +1080,7 @@ void SfxViewFrame::PopShellAndSubShells_Impl( SfxViewShell& i_rViewShell ) Thus, by invoking ReleaseObjectShell() and SetObjectShell() the SfxObjectShell can be replaced. - Between RealeaseObjectShell() and SetObjectShell() can the control not + Between ReleaseObjectShell() and SetObjectShell() the control cannot be handed over to the system. [Cross-reference] |