To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106421
User mba changed the following: What |Old value |New value ================================================================================ Status|NEW |STARTED -------------------------------------------------------------------------------- ------- Additional comments from m...@openoffice.org Fri Oct 30 22:59:11 +0000 2009 ------- This was an interesting experience, the old build was quite hacky and just worked because the cui library used svx-internal headers. Moving cui out revealed that. So the gallery stuff needed to be changed a little bit to avoid exporting nearly everything (the headers were not well separated) and to avoid to access its resource IDs directly. Another interesting effect: the developers who createrd the cuilib in the first place "forgot" to #undef the SVX_DLLIMPLEMENTATION when the dialog factory was compiled, so the type info of the base class (the SvxAbstractDialogFactory interface) was compiled into the svx lib by accident. Without that define set now the symbol "typeinfo of SvxDialogFactory" was missing. That could be fixed by explicitly adding a dtor to this interface (that otherwise would be created anyway, but not exported). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org For additional commands, e-mail: issues-h...@framework.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org