diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-10-25 14:52:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-10-25 15:58:24 +0200 |
commit | ece8937267a0024b209c951884f81ba2aac5792d (patch) | |
tree | 56c2525cc60853320da046e309b9c54c7b7a1f1d /sd | |
parent | 9c364847d6eae7f486f60823090cbc39fc0b1016 (diff) |
loplugin:indentation (macOS)
Change-Id: I7a180a79dff11816e1504bdd1803102325aa365d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124149
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index e50a3f595236..ddb72ded108d 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -1872,9 +1872,9 @@ IMPL_LINK( SlideshowImpl, EventListenerHdl, VclSimpleEvent&, rSimpleEvent, void case MediaCommand::Menu: if( !mnContextMenuEvent ) { - if( mpShowWindow ) - maPopupMousePos = mpShowWindow->GetPointerState().maPos; - mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); + if( mpShowWindow ) + maPopupMousePos = mpShowWindow->GetPointerState().maPos; + mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); } break; case MediaCommand::VolumeDown: |