diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:53:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-09 21:04:23 +0100 |
commit | 34f333445c54c87f3afe777fa467f7a2bb122208 (patch) | |
tree | 542b1f2344c9da43ca33da8afec890acc01e712e /sd/source/ui/view/sdview3.cxx | |
parent | b4f38d8b788018b3f88421d72bb82ad3bdeef9e2 (diff) |
loplugin:indentation in sd
Change-Id: I8ce307b8c467ac1e3f19faca1df15a079bc14169
Reviewed-on: https://gerrit.libreoffice.org/67563
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index 0db3d07f7dd6..3c96e5abd9a8 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -1445,7 +1445,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper, if( pOLV ) { ::tools::Rectangle aRect( pOLV->GetOutputArea() ); - Point aPos( pOLV->GetWindow()->PixelToLogic( maDropPos ) ); + Point aPos( pOLV->GetWindow()->PixelToLogic( maDropPos ) ); if( aRect.IsInside( aPos ) || ( !bDrag && IsTextEdit() ) ) { |