Mathias Bauer <[EMAIL PROTECTED]> writes: > Honestly speaking I doubt that the three letters "rtl" are worth a > "using" declaration at all. I always prefer to use the fully qualified > names. In conjunction with "using namespace com::sun::star" as the only > "using" directive in my files I never get any clashes and OTOH get a > manageable namespace overhead in my source code. > Seconded. Because namespaces are there for a reason (except ::com::sun::star, which does not convey any useful information, and which I'd therefore really like to have aliased to css in one of the commonly used headers).
Cheers, -- Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
