Well, looks like several header files in svx/inc have their contents duplicated. For instance, let's take a look at this file:
http://svn.services.openoffice.org/opengrok/xref/DEV300_m54/svx/inc/AccessibleSelectionBase.hxx When you scroll down, you'll notice another header license clause followed by the same exact class declaration. I'm pretty sure this is unintended. The bad news is that this file is not the only file with duplicated content. In the same directory, I've found several other headers with the same duplication problem. AccessibleStaticTextBase.hxx and acorrcfg.hxx are also affected, quite possibly others too. The good news is that this does not break anything thanks to those header guards, but I guess we should still fix this... Kohei -- Kohei Yoshida - OpenOffice.org Engineer - Novell, Inc. <[email protected]> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
