From 7f1e0e0c608646bf0335d1507985a0a9a59988b2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 21 May 2013 17:00:18 +0300 Subject: Fix warning: statement aligned ... [loplugin] Change-Id: Ie092f3e1a6362089feec90f6aef6c73f23d13935 (cherry picked from commit ce575889b9c46e98544c9f6f30372ac7e05e20c5) --- sd/source/ui/view/drviews2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index 4e44fb76b528..835cc9302e66 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -2876,7 +2876,7 @@ void DrawViewShell::ExecChar( SfxRequest &rReq ) { SdDrawDocument* pDoc = GetDoc(); if (!pDoc || !mpDrawView) - return; + return; SfxItemSet aEditAttr( pDoc->GetPool() ); mpDrawView->GetAttributes( aEditAttr ); -- cgit v1.2.3