Hi Andreas,

> why not preventing "using namespace" in general

As a general rule? No, I wouldn't like to impose this on everybody, this
is an unnecessary restriction, IMO.
As a personal habit? Well, why not.

> and using namespace alias instead ...
> ...

Personally, my preferred solution is a sequence of
  using ::com::sun::star::foo::XBar;
statements. With the proper IDE (i.e. *not* the Visual C++ /Express
Edition/), it's a matter of a single keystroke to insert such a
declaration automatically ...

Ciao
Frank


-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Base                       http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to