To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114412


User mst changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.4
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Thu Sep  9 18:38:29 +0000 
2010 -------
thanks for removing the code duplication;
you have unfortunately introduced a problem that you never expected:
the stupid SunStudio C++ compiler can't link sw anymore, because it's stupid
and mangles the "const" that you added to the parameter into the method name,
which is afaik not allowed by the C++ standard (for good reasons,
because whether a parameter is const/volatile or not is purely an implementation
detail).
unfortunately it's necessary to adapt the header as well to make stupid Sun C++
happy.

so i've fixed that and then refactored a bit more to replace the UGLY BOOL with
nice bool and
also replaced the other delete with an auto_ptr. 

fixed in cws sw34bf01
http://hg.services.openoffice.org/hg/cws/sw34bf01/rev/43f603d097e0
http://hg.services.openoffice.org/hg/cws/sw34bf01/rev/6e6683f194c5

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