On Sat, 2011-02-26 at 01:45 -0500, Kevin Hunter wrote: > Hullo List, > > A simpleton patch to convert the more sane using ::rtl::* syntax.
Hi Kevin, So, the idea behind this easy hack task is *not* to convert rtl::OUString to OUString by using "using ::rtl::OUString" per se. The idea behind it is to remove using namespace rtl, and if that causes build breakage because of the use of non-fully qualified OUString in that file, then we'll add "using ::rtl::OUString" to that file. Using rtl::OUString directly, or using OUString in the code and adding using ::rtl::OUString at the top is mostly just a matter of taste, so I don't think we want to do this conversion across the board. Regards, Kohei -- Kohei Yoshida, LibreOffice hacker, Calc <kyosh...@novell.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice