Issue 15664

Summary: Usage of obsolete BUILD environment variables causes problems
Product: General Reporter: carsten.driesner
Component: codeAssignee: andreas.schluens
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues, Mathias_Bauer
Version: OOo 1.1 Beta2   
Target Milestone: OOo 1.1 RC   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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.