Kaydet (Commit) 76bb6d76 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

statement aligned as second statement in if body but not in a statement block

Change-Id: I497a31b35d68a31155fd31bcd3d07e782be944c3
üst e556e289
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment