Let's keep these guys private.
Change-Id: I196c9c2b24f94ac66bb200fea561bdc5ccc679e5
This commit is contained in:
@@ -40,12 +40,12 @@ public:
|
|||||||
virtual void notifyEvent( const css::accessibility::AccessibleEventObject& aEvent )
|
virtual void notifyEvent( const css::accessibility::AccessibleEventObject& aEvent )
|
||||||
throw( css::uno::RuntimeException, std::exception ) override;
|
throw( css::uno::RuntimeException, std::exception ) override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
AtkObjectWrapper *mpWrapper;
|
AtkObjectWrapper *mpWrapper;
|
||||||
std::vector< css::uno::Reference< css::accessibility::XAccessible > >
|
std::vector< css::uno::Reference< css::accessibility::XAccessible > >
|
||||||
m_aChildList;
|
m_aChildList;
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
virtual ~AtkListener() override;
|
virtual ~AtkListener() override;
|
||||||
|
|
||||||
// Updates the child list held to provide the old IndexInParent on children_changed::remove
|
// Updates the child list held to provide the old IndexInParent on children_changed::remove
|
||||||
|
Reference in New Issue
Block a user