diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 15:21:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 14:00:01 +0100 |
commit | 458d14360a5a776566ced7ad478f2ad9cda406d4 (patch) | |
tree | efb8a702314d603d1c25ee50b4010e40a90bef81 /winaccessibility | |
parent | e57b7010aa116ad6634a30132315869c9c0f2186 (diff) |
-Werror,-Wreorder
Change-Id: I61c2ee2693ccf150aad1c380c26be7b3a08c57a3
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/AccObject.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx index 97668985bcdf..803a55ce7839 100644 --- a/winaccessibility/source/service/AccObject.cxx +++ b/winaccessibility/source/service/AccObject.cxx @@ -149,12 +149,12 @@ const short ROLE_TABLE[][2] = */ AccObject::AccObject(XAccessible* pAcc, AccObjectManagerAgent* pAgent, AccEventListener* pListener) : - m_pIMAcc (NULL), m_resID (NULL), m_pParantID (NULL), + m_bShouldDestroy(sal_False), + m_pIMAcc (NULL), m_pParentObj(NULL), m_pListener (pListener), - m_bShouldDestroy(sal_False), m_xAccRef( pAcc ) { ImplInitializeCreateObj(); |