To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67303
------- Additional comments from [EMAIL PROTECTED] Fri Jul 14 05:43:09 -0700
2006 -------
fs: So - the 2nd choice makes it to work for me:
--- dbaccess/source/ui/inc/genericcontroller.hxx 2006-07-14
13:36:10.000000000 +0200
+++ dbaccess/source/ui/inc/genericcontroller.hxx 2006-07-14
13:37:04.000000000 +0200
@@ -143,7 +143,7 @@ namespace dbaui
public:
optional ( ) : base_type( ) { }
explicit optional ( T const& val ) : base_type( val ) { }
- optional ( optional const& rhs ) : base_type( rhs ) { }
+ optional ( optional const& rhs ) : base_type( (base_type
const&)rhs ) { }
public:
optional& operator= ( T const& rhs )
OK to commit to the same CWS as issue 67351, please? ;-)
---------------------------------------------------------------------
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]