<div dir="ltr">Hi Dev Team,<div><br></div><div>I am trying to use XModifyListener class to listen to cell change Events for LibreOffice Calc.</div><div>My problem is :: When a user modifies a cell, the event is getting triggered twice.</div><div>public void modified(EventObject event)  is getting called twice in my code.</div><div>I have to perform custom tasks in a cell change event and I end up doing it twice which is leading to errors for me.</div><div><br></div><div>Can you please help me to solve this issue.</div><div><br></div><div>PS: Registering for the events is done only once. I have cross verified this and this is not an issue.  <b>xModifyBroadcaster.addModifyListener(xModifyListener) </b>- the code to register for the change event is called only once and hence no issues there.<br></div><div><br></div><div><br></div><div><a href="https://ask.libreoffice.org/en/question/257898/cell-change-event-in-libreoffice-gets-called-twice/">https://ask.libreoffice.org/en/question/257898/cell-change-event-in-libreoffice-gets-called-twice/</a>  <br></div><div><br><div><br></div><div><br></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Best Regards,<br>Harish Kumar.B<br></div></div></div></div>