diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-30 00:01:46 +0200 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-05-02 13:56:21 +0200 |
commit | f66edd357c4572fd69d42c2330f922ec2beaa415 (patch) | |
tree | 471d0eea66a9d0f98c3e4962837453baf7d50eaf /sfx2/source/control | |
parent | 03a4b6eb58b29c0ab4bb85f756923c46618d02ff (diff) |
Fix typos
Change-Id: I56477227bafdd7fdb29aa5a5c857cbfda110e395
Reviewed-on: https://gerrit.libreoffice.org/53643
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/shell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index c89d162ebe9d..970ca26c3260 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -326,7 +326,7 @@ void SfxShell::DoDeactivate_Impl( SfxViewFrame const *pFrame, bool bMDI ) << " bMDI " << (bMDI ? "MDI" : "")); // Only when it comes from a Frame - // (not when for instance by poping BASIC-IDE from AppDisp) + // (not when for instance by popping BASIC-IDE from AppDisp) if ( bMDI && pImpl->pFrame == pFrame ) { // deliver |