diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-27 16:49:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-27 16:49:43 +0100 |
commit | 76bb6d7678669b5af1731fb87e632784cd3c01fc (patch) | |
tree | 40c2eeb0566da92929ca2eb7acad24406a97db0c /svx | |
parent | e556e2890ca2baaf05a2694463b15aee6b803454 (diff) |
statement aligned as second statement in if body but not in a statement block
Change-Id: I497a31b35d68a31155fd31bcd3d07e782be944c3
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/svxpixelctlaccessiblecontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx index a4b25dd64ce7..3b0a4ae86307 100644 --- a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx +++ b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx @@ -94,7 +94,7 @@ uno::Reference< XAccessible > SvxPixelCtlAccessible::getAccessibleChild( sal_Int ::osl::MutexGuard aGuard( m_aMutex ); IsValid(); if ( i < 0 || i >= getAccessibleChildCount()) - throw lang::IndexOutOfBoundsException(); + throw lang::IndexOutOfBoundsException(); uno::Reference <XAccessible> xAcc; if(pPixelCtl) { |