Kohei Yoshida wrote:
Regarding 1), I was not able to remove some of those Load() Store()
methods because some code still actively use it for non-binfilter
related stuff.  For instance...,

* ScDocument::CopyDdeLinks(...) still uses the Load(), Store() methods.
This prevents certain Load(), Store() methods from being removed.  This
is called from ScTransferObj::InitDocShell().
* XclExpChangeTrack::CreateTempChangeTrack() still calls ScChangeTrack's
Store() and Load() methods which also calls other class'es Store() and
Load() methods.

I'm not really sure if these uses are still active, or just a leftover
of earlier functionality.  But if we can remove these uses, then we
could remove even more Load(), Store() methods from Calc's code.

Both are still active.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to