summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-21 17:00:18 +0300
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 11:34:37 +0100
commit7f1e0e0c608646bf0335d1507985a0a9a59988b2 (patch)
tree3f2bf5f2e0b95d2f74ffb530b2356ea75c576132 /sd
parent358a0a3b9f2a4215ff47a8fb6e0310809b0aae11 (diff)
Fix warning: statement aligned ... [loplugin]
Change-Id: Ie092f3e1a6362089feec90f6aef6c73f23d13935 (cherry picked from commit ce575889b9c46e98544c9f6f30372ac7e05e20c5)
Diffstat (limited to 'sd')
-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 );