Issue 15664 - Usage of obsolete BUILD environment variables causes problems
Summary: Usage of obsolete BUILD environment variables causes problems
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: andreas.schluens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-16 07:16 UTC by carsten.driesner
Modified: 2003-07-04 05:41 UTC (History)
2 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 carsten.driesner 2003-06-16 07:16:59 UTC
The sfx2 header file "sfx2/inc/inimgr.hxx" has the following #ifdef which causes
problems on various build envs.

...
#if BUILD<2738
#define SFX_KEY_EXTBRW_ON 				1
#define SFX_KEY_EXTBRW_OFF_EXCEPTION	2
#define SFX_KEY_EXTBRW_ON_EXCEPTION		3
#endif
...

The BUILD env variable is obsolete and therefor shouldn't be used. Using it with
cws makes no sense.
Comment 1 carsten.driesner 2003-06-16 07:18:21 UTC
I will ask MH/MBA how to proceed with this bug.
Comment 2 carsten.driesner 2003-06-19 17:03:59 UTC
CD: Reviewed and approved by MBA.
Comment 3 carsten.driesner 2003-06-26 08:23:58 UTC
CD: Verified.
Comment 4 carsten.driesner 2003-06-27 15:50:31 UTC
CD->AS: Please verify that this fix made it into the master.
Comment 5 carsten.driesner 2003-06-27 15:51:34 UTC
CD->AS: Please verify that this fix made it into the master.
Comment 6 andreas.schluens 2003-07-01 05:36:00 UTC
.
Comment 7 andreas.schluens 2003-07-04 05:41:31 UTC
verified on cws fwk07 and master build m9. No buildid any longer used.
I will close this bug.