To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78576 Issue #|78576 Summary|using directive in svtools Component|utilities Version|680m215 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cd Reported by|tono
------- Additional comments from [EMAIL PROTECTED] Sun Jun 17 13:26:28 +0000 2007 ------- In svtools/source/dialogs, insdlg.cxx and printdlg.cxx have global using directive to use ma,espace rtl. In the meanwhile, ucbhelper/inc/ucbhelper/content.hxx recently modified to include rtl/ref.hxx and it is appearing in the procompiled header. Now the references to Reference template without qualification are resolved to rtl::Reference, not to com::sun::star::uno::Reference, if precompiled headers are enabled in Win32 build, and breaks the build. Replacing the using directives by using declarations of rtl::OUString seem to be working. --------------------------------------------------------------------- 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]
