[Libreoffice-commits] core.git: vcl/unx

Kohei Yoshida kohei.yoshida at collabora.com
Wed Nov 16 05:05:27 UTC 2016


 vcl/unx/gtk/a11y/atklistener.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c3f99532022abb0d37b23cfffb9d52455420416b
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Tue Nov 15 22:17:34 2016 -0500

    Let's keep these guys private.
    
    Change-Id: I196c9c2b24f94ac66bb200fea561bdc5ccc679e5

diff --git a/vcl/unx/gtk/a11y/atklistener.hxx b/vcl/unx/gtk/a11y/atklistener.hxx
index fa37a33..39dbe5d 100644
--- a/vcl/unx/gtk/a11y/atklistener.hxx
+++ b/vcl/unx/gtk/a11y/atklistener.hxx
@@ -40,12 +40,12 @@ public:
     virtual void notifyEvent( const css::accessibility::AccessibleEventObject& aEvent )
         throw( css::uno::RuntimeException, std::exception ) override;
 
+private:
+
     AtkObjectWrapper *mpWrapper;
     std::vector< css::uno::Reference< css::accessibility::XAccessible > >
                       m_aChildList;
 
-private:
-
     virtual ~AtkListener() override;
 
     // Updates the child list held to provide the old IndexInParent on children_changed::remove


More information about the Libreoffice-commits mailing list