[Libreoffice] [PATCH] Remove "using namespace ::rtl" in sc

Kohei Yoshida kyoshida at novell.com
Thu Feb 24 07:11:36 PST 2011


On Thu, 2011-02-24 at 15:26 +0100, Julien Nabet wrote:
> Hello,
> 
> Here is the first try with this easyhack.
> Could you tell me
> 1) if my patch is ok ? (I can push it myself)

Yes, it looks good to me.  As long as it builds fine I'm all for it.

> 2) must we remove all the "rtl::" stuff ?

If you mean "using namespace rtl;", yes, because that could cause
conflict between com::sun::star::uno::Reference and rtl::Reference.  I
prefer we don't have any of those lines in our code base.

Thanks for tackling this task.  This will improve our situation for
sure.

Kohei


-- 
Kohei Yoshida, LibreOffice hacker, Calc
<kyoshida at novell.com>



More information about the LibreOffice mailing list