summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-02-22 13:48:54 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-02-22 13:48:54 +0100
commit55b00473eb09796ff66dcab2d33c67782dcb5230 (patch)
tree9373702a529db90ec820dad76c9e2ebfd5bfe32f /sd/source/ui/docshell
parent294d7afb66503af554850c64f4d195f727fa2371 (diff)
fix incorrect code alignment
Change-Id: I80f181966f0e47ec0030eeab7762a6b7fb0095cb
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel2.cxx2
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() )