To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77419
                 Issue #|77419
                 Summary|Cleanup: Correct ucbhelper namespaces
               Component|ucb
                 Version|680m210
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|TASK
                Priority|P3
            Subcomponent|code
             Assigned to|kso
             Reported by|kso





------- Additional comments from [EMAIL PROTECTED] Wed May 16 08:50:55 +0000 
2007 -------
Currently many classes in ucbhelper module reside in the C++ namespace "::ucb".
Many users of ucbhelper classes need to mix these classes with UNO types
contained in "::com::sun::star::ucb" in one source file. In this case one cannot
write readable code like:

#include "ucbhelper/content.hxx"
#include "com/sun/star/ucb/XCommandEnvironment.hpp"
...
using namespace com::sun:star;
...
ucb::Content aContent(....)
uno::Reference< ucb::XCommandEnvironment > xEnv( ...)


Moving all ucbhelper types from namespace "::ucb" to "::ucbhelper" will allow to
write this more readable and therefore more maintainable code.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to