accessibility/source/standard/vclxaccessiblebox.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 383c7a4b904d31e41a36f4b17ed141db2276afc3
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Nov 26 14:41:27 2013 +0100

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

diff --git a/accessibility/source/standard/vclxaccessiblebox.cxx 
b/accessibility/source/standard/vclxaccessiblebox.cxx
index 2f40002..7aa7836 100644
--- a/accessibility/source/standard/vclxaccessiblebox.cxx
+++ b/accessibility/source/standard/vclxaccessiblebox.cxx
@@ -188,10 +188,10 @@ void VCLXAccessibleBox::ProcessWindowEvent (const 
VclWindowEvent& rVclWindowEven
                     if (m_bIsDropDownBox || ( !m_bIsDropDownBox && 
m_aBoxType==COMBOBOX))
                         
NotifyAccessibleEvent(AccessibleEventId::VALUE_CHANGED, Any(), Any());
 
-                        Any aOldValue;
-                        Any aNewValue;
-                        aOldValue <<= AccessibleStateType::INDETERMINATE;
-                        
NotifyAccessibleEvent(AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue);
+                    Any aOldValue;
+                    Any aNewValue;
+                    aOldValue <<= AccessibleStateType::INDETERMINATE;
+                    NotifyAccessibleEvent(AccessibleEventId::STATE_CHANGED, 
aOldValue, aNewValue);
 
                 }
                     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to