Kaydet (Commit) 458d1436 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wreorder

Change-Id: I61c2ee2693ccf150aad1c380c26be7b3a08c57a3
üst e57b7010
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment