https://bugs.freedesktop.org/show_bug.cgi?id=42100
--- Comment #10 from Kohei Yoshida <[email protected]> 2011-12-04 18:41:12 PST --- (In reply to comment #9) > I noticed that there are 5 versions of tabview.cxx, I'm assuming that they are > different implementations of the tabview, probably from days past? No, they each implement different set of ScTabView methods; they are not different implementations of ScTabView. This sort of division of source files is common in this code base. It was introduced back when C++ compilers has limit on the size of a source file it could handle (or so I'm told). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
