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

-Werror,-Wunused-private-field

Change-Id: I0a231c3cf0241034d9132067569130c343b98c16
üst 0cf4249d
......@@ -34,8 +34,6 @@
*/
class AccListEventListener: public AccDescendantManagerEventListener
{
private:
bool shouldDeleteChild;
public:
AccListEventListener(css::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent);
virtual ~AccListEventListener();
......
......@@ -33,8 +33,7 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::accessibility;
AccListEventListener::AccListEventListener(css::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent)
:AccDescendantManagerEventListener(pAcc, Agent),
shouldDeleteChild(true)
:AccDescendantManagerEventListener(pAcc, Agent)
{
}
......
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