summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-21 17:00:18 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-21 17:07:34 +0300
commitce575889b9c46e98544c9f6f30372ac7e05e20c5 (patch)
tree29525c6fa259761d95360e0ec18e1bea549d4278
parentdd0b079c9298331a090e3690a85321781d16ed3c (diff)
Fix warning: statement aligned ... [loplugin]
Change-Id: Ie092f3e1a6362089feec90f6aef6c73f23d13935
-rw-r--r--sd/source/ui/view/drviews2.cxx2
1 files changed, 1 insertions, 1 deletions
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 );