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

New commits:
commit 76bb6d7678669b5af1731fb87e632784cd3c01fc
Author: Stephan Bergmann <sberg...@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)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to