Issue 109930 - consistent header file location: cppuhelper/extract.hxx
Summary: consistent header file location: cppuhelper/extract.hxx
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: Unknown All
: P3 Trivial (vote)
Target Milestone: OOo 3.3
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 13:20 UTC by Martin Hollmichel
Modified: 2010-06-28 15:50 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Martin Hollmichel 2010-03-08 13:20:10 UTC
mv comphelper/inc/comphelper/extract.hxx to cppuhelper/inc/cppuhelper.hxx
Comment 1 Stephan Bergmann 2010-03-08 14:53:22 UTC
@mh:  That comphelper/inc/comphelper/extract.hxx inconsitently adds declarations
to namespace cppu does not imply that the fix is to erroneously move it to the
stable URE interface.  Instead, extract.hxx should use another namespace for its
declarations (i.e., comphelper).  (See HG -c ca57dc97dbbc: "moved from cppuhelper".)
Comment 2 Martin Hollmichel 2010-03-08 15:40:59 UTC
:-), ok, will move this to comphelper namespace. grrr, but thanks for the heads up.
Comment 3 Martin Hollmichel 2010-03-16 12:53:55 UTC
fixed in cws mh8tz, @sb: please review.
Comment 4 Stephan Bergmann 2010-03-16 13:06:55 UTC
verified that code changes in
<http://hg.services.openoffice.org/cws/mh8tz/rev/bcf21fcca01d> look good
Comment 5 Martin Hollmichel 2010-06-28 15:50:53 UTC
close issue.