From 55b00473eb09796ff66dcab2d33c67782dcb5230 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 22 Feb 2013 13:48:54 +0100 Subject: fix incorrect code alignment Change-Id: I80f181966f0e47ec0030eeab7762a6b7fb0095cb --- sd/source/ui/docshell/docshel2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/docshell') 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() ) -- cgit