diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-18 15:59:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-19 13:25:54 +0100 |
commit | be94207ecb88a9005ee6624e354d70c9613d7653 (patch) | |
tree | e57c6534adaea7930e7eac95f3b77c4e37ac452e /sc/source/ui/view/prevwsh.cxx | |
parent | 7d9a5d886f4ba5c61d3c5602a9825510c68eea41 (diff) |
new loplugin:emptyif
Change-Id: I1092115a0ceb3a5e6680a4b724b129f98a892c42
Reviewed-on: https://gerrit.libreoffice.org/48128
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view/prevwsh.cxx')
-rw-r--r-- | sc/source/ui/view/prevwsh.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx index 2bab27e4f3c1..bf6f282aa4e1 100644 --- a/sc/source/ui/view/prevwsh.cxx +++ b/sc/source/ui/view/prevwsh.cxx @@ -543,15 +543,6 @@ void ScPreviewShell::Activate(bool bMDI) } } -void ScPreviewShell::Deactivate(bool bMDI) -{ - SfxViewShell::Deactivate(bMDI); - - if (bMDI) - { - } -} - void ScPreviewShell::Execute( SfxRequest& rReq ) { sal_uInt16 nSlot = rReq.GetSlot(); |