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
<kyoshida@novell.com>
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.