To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78081
                 Issue #|78081
                 Summary|fix some namespace clashes in sw and filter project
               Component|Presentation
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|TASK
                Priority|P3
            Subcomponent|code
             Assigned to|cl
             Reported by|cl





------- Additional comments from [EMAIL PROTECTED] Mon Jun  4 12:20:05 +0000 
2007 -------
While adding tables to the drawing layer, some drawing layer includes will make
use of the Reference template in the rtl namespace.

Some files in sw and filter project include drawing layer headers and also are

using namespace ::rtl;
using namespace ::com::sun::star::uno;

which causes a conflict. This issue is about removing those conflicts, mostly by
replacing

using namespace ::rtl;

with 

using ::rtl::OUString;

---------------------------------------------------------------------
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