summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccObject.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-14 16:43:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-15 07:59:24 +0000
commitf8854116e1c3bbe971dcb754f7db501d5302b651 (patch)
treea9e59bebff027d39c756c6b89d9b65e5533e834e /winaccessibility/inc/AccObject.hxx
parentdd63b7431164cbc7de5ac62df44aeba344c009c5 (diff)
clang-cl loplugin: winaccessibility
Change-Id: I40f8a6fef9d66b28a1d72551a6873b041b38b09d Reviewed-on: https://gerrit.libreoffice.org/29840 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'winaccessibility/inc/AccObject.hxx')
-rw-r--r--winaccessibility/inc/AccObject.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/winaccessibility/inc/AccObject.hxx b/winaccessibility/inc/AccObject.hxx
index 3b1bf98e5ab3..89ae14b5e011 100644
--- a/winaccessibility/inc/AccObject.hxx
+++ b/winaccessibility/inc/AccObject.hxx
@@ -57,7 +57,7 @@ private:
short m_accRole;
long m_resID;
HWND m_pParantID;
- sal_Bool m_bShouldDestroy; //avoid access COM interface when acc object is deleted
+ bool m_bShouldDestroy; //avoid access COM interface when acc object is deleted
IMAccessible* m_pIMAcc;
AccObject* m_pParentObj;
IAccChildList m_childrenList;
@@ -80,10 +80,10 @@ private:
public:
- AccObject ( css::accessibility::XAccessible* pXAcc = NULL,AccObjectManagerAgent* pAgent = NULL ,AccEventListener* accListener=NULL);
+ AccObject ( css::accessibility::XAccessible* pXAcc = nullptr,AccObjectManagerAgent* pAgent = nullptr ,AccEventListener* accListener=nullptr);
virtual ~AccObject();
- sal_Bool UpdateAccessibleInfoFromUnoToMSAA( ); //implement accessible information mapping
+ bool UpdateAccessibleInfoFromUnoToMSAA( ); //implement accessible information mapping
void UpdateDefaultAction();
IMAccessible* GetIMAccessible(); //return COM interface in acc object
@@ -106,8 +106,8 @@ public:
void DeleteChild( AccObject* pChild );
AccObject* NextChild();
- void NotifyDestroy(sal_Bool ifDelete);
- sal_Bool ifShouldDestroy();
+ void NotifyDestroy(bool ifDelete);
+ bool ifShouldDestroy();
void DecreaseState(short xState );//call COM interface DecreaseState method
void IncreaseState( short xState );//call COM interface IncreaseState method