diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-22 13:48:54 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-22 13:48:54 +0100 |
commit | 55b00473eb09796ff66dcab2d33c67782dcb5230 (patch) | |
tree | 9373702a529db90ec820dad76c9e2ebfd5bfe32f /sd/source | |
parent | 294d7afb66503af554850c64f4d195f727fa2371 (diff) |
fix incorrect code alignment
Change-Id: I80f181966f0e47ec0030eeab7762a6b7fb0095cb
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/docshell/docshel2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx index 72b0ef618134..f56c4a44a266 100644 --- a/sd/source/ui/docshell/docshel2.cxx +++ b/sd/source/ui/docshell/docshel2.cxx @@ -283,7 +283,7 @@ Bitmap DrawDocShell::GetPagePreviewBitmap(SdPage* pPage, sal_uInt16 nMaxEdgePixe if ( pPageView->GetLockedLayers() != pFrameView->GetLockedLayers() ) pPageView->SetLockedLayers( pFrameView->GetLockedLayers() ); - pPageView->SetHelpLines( pFrameView->GetStandardHelpLines() ); + pPageView->SetHelpLines( pFrameView->GetStandardHelpLines() ); } if ( pView->GetActiveLayer() != pFrameView->GetActiveLayer() ) |