Issue 120788

Summary: [PyUNO] Remove unused members from PyUNO_callable_Internals
Product: udk Reporter: hanya <hanya.runo>
Component: codeAssignee: hanya <hanya.runo>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P3 CC: hdu
Version: AOO400-dev   
Target Milestone: 4.1.0   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
To remove unused members from PyUNO_callable_Internals hanya.runo: review?

Description hanya 2012-09-01 08:51:35 UTC

    
Comment 1 hanya 2012-09-01 08:53:40 UTC
In PyUNO_callable_Internals struct, xInvocationFactory and xTypeConverter are 
not used and they are kept on Runtime class. They can be removed from the struct.
Comment 2 hanya 2012-09-01 08:54:48 UTC
Created attachment 79272 [details]
To remove unused members from PyUNO_callable_Internals
Comment 3 Rob Weir 2013-03-11 15:01:15 UTC
I'm adding this comment to all open issues with Issue Type == PATCH.  We have 220 such issues, many of them quite old.  I apologize for that.  

We need your help in prioritizing which patches should be integrated into our next release, Apache OpenOffice 4.0.

If you have submitted a patch and think it is applicable for AOO 4.0, please respond with a comment to let us know.

On the other hand, if the patch is no longer relevant, please let us know that as well.

If you have any general questions or want to discuss this further, please send a note to our dev mailing list:  dev@openoffice.apache.org

Thanks!

-Rob
Comment 4 SVN Robot 2013-07-12 09:10:28 UTC
"hdu" committed SVN revision 1502489 into trunk:
#i120788# remove unused members from PyUNO_callable_Internals
Comment 5 hdu@apache.org 2013-07-12 09:11:22 UTC
A nice cleanup. Thanks for the patch!