Issue 120788 - [PyUNO] Remove unused members from PyUNO_callable_Internals
Summary: [PyUNO] Remove unused members from PyUNO_callable_Internals
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: AOO400-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.1.0
Assignee: hanya
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-01 08:51 UTC by hanya
Modified: 2017-05-20 09:24 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
To remove unused members from PyUNO_callable_Internals (2.75 KB, patch)
2012-09-01 08:54 UTC, hanya
hanya.runo: review?
Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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!