To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92206
                 Issue #|92206
                 Summary|cppuhelper: unused argument in OMultiTypeInterfaceCont
                        |ainerHelperVar
               Component|udk
                 Version|DEV300m27
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Mon Jul 28 08:41:44 +0000 
2008 -------
Looking at the last unexplained unused method in configmgr (i.e.
http://people.redhat.com/caolanm/callcatcher/DEV300_m27/configmgr.callcatcher.log
 "configmgr::configuration::SubNodeID::hashCode()
const") I see that the result is correct, and due to something slightly 
interesting.

In the OMultiTypeInterfaceContainerHelperVar template in cppuhelper the
"hashImpl" class argument is unused, which is the side-effect of the change of
#i72766# from a map to a vector in ver 1.6 to 1.7 of interfacecontainer.hxx

So, are we stuck with the API as it is, i.e. carrying around the unused class
and there's nothing we can really do about it ? Or can we change it to remove
that argument ? Its super-minor I guess, just a wrinkle where we need a class to
compile, but we don't use it.

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