[Libreoffice] [PATCH] Replace List with std::vector

Joseph Powers jpowers27 at cox.net
Thu Jun 23 20:41:44 PDT 2011


Ok, this patch compiles fine; however, I can't find where it's used. Also, I think it's unused; it looks a lot like leftovers of when OpenOffice had a web browser. If some can verify, that it's trash, a few pointers in to how to remove it would be nice.

It looks like libs-gui/uui/source/services.cxx registers the component and sets up the factory for generating the dialogs. Because it's a component system, I'm not sure how to unplug it and/or verify how it would be used.

The dialogs are:
	cookiedlg.cxx			- cookie controls (the one I'm patching)
	fltdlg.cxx					- filter
	logindlg.cxx				- login
	masterpasscrtdlg.cxx		- master password (is this the one used for documents?)
	nameclashdlg.cxx		- Name Clash?
	newerverwarn.cxx		- Newer Version (is this the Help ==> Check for Updates)
	passworddlg.cxx			- password (I wonder what the difference is between master and normal)
	secmacrowarnings.cxx	- Macro Security Warning
	sslwarndlg.cxx			- SSL Warning
	unknownauthdlg.cxx		- Unknown Authority

It might be easy to just remove the ones we don't need and keep the other ones. As I said, any pointers would be nice.

Thanks,

Joe P.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Replace-List-with-std-vector-CntHTTPCookie-svl.patch
Type: application/octet-stream
Size: 2007 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110623/41c1bc8c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Replace-List-with-std-vector-CntHTTPCookie-uui.patch
Type: application/octet-stream
Size: 4360 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110623/41c1bc8c/attachment-0001.obj>


More information about the LibreOffice mailing list