Issue 49741 - Clean up bridges/inc/bridges/cpp_uno
Summary: Clean up bridges/inc/bridges/cpp_uno
Status: ACCEPTED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 680m105
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 16:51 UTC by Stephan Bergmann
Modified: 2017-05-20 11:30 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2005-05-23 16:51:33 UTC
There are two leftover files in bridges/inc/bridges/cpp_uno, namely bridge.hxx
and type_misc.hxx.  Most cpp_uno bridges have been adapted to the UNO
multiple-interface-inheritance changes, and now use stuff from
bridges/inc/bridges/cpp_uno/shared instead.  The only code that still uses the
leftover headers is (as of SRC680m105):
- bridges/source/cpp_uno/gcc3_linux_s390/
- bridges/source/cpp_uno/gcc3_linux_x86-64/
- bridges/source/cpp_uno/gcc3_netbsd_intel/
Once that code is adapted or removed (see thread at
<http://porting.openoffice.org/servlets/ReadMsg?list=dev&msgNo=12090>), also
remove the leftover header files.  (bridges/inc/bridges/cpp_uno/bridge.hxx is
already nonfunctional, as it tries to include a non-existent
bridges/cpp_uno/bridge.h; bridges/inc/bridges/cpp_uno/type_misc.hxx is already
included in bridges/source/remote/urp/urp_job.cxx, that has to be taken care of.)
Comment 1 Stephan Bergmann 2005-05-23 16:52:09 UTC
accepted
Comment 2 Marcus 2017-05-20 11:30:59 UTC
Reset assigne to the default "issues@openoffice.apache.org".