[Libreoffice-commits] core.git: svx/source

Stephan Bergmann sbergman at redhat.com
Wed Nov 27 07:50:12 PST 2013


 svx/source/accessibility/svxpixelctlaccessiblecontext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 76bb6d7678669b5af1731fb87e632784cd3c01fc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 27 16:49:43 2013 +0100

    statement aligned as second statement in if body but not in a statement block
    
    Change-Id: I497a31b35d68a31155fd31bcd3d07e782be944c3

diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx
index a4b25dd..3b0a4ae 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)
     {


More information about the Libreoffice-commits mailing list