Issue 33287

Summary: W32 build breaks in desktop
Product: General Reporter: quetschke
Component: codeAssignee: vg <vladimir.glazounov>
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues, pavel
Version: current   
Target Milestone: OOo 2.0   
Hardware: PC   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Add rtl:: before calls. none

Description quetschke 2004-08-22 23:53:32 UTC
The build of cws_src680_ooo20040704 breaks with:

guw.pl /cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7/bin/cl.exe @/tmp/mkb02148
dp_parceldesc.cxx                                                     
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(125) : error C2065: 'OUStringToOString' : nichtdeklarie
rter Bezeichner                                                       
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(125) : error C2228: Der linke Teil von '.getStr' muss e
ine Klasse/Struktur/Union sein
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(137) : error C2228: Der linke Teil von '.getStr' muss e
ine Klasse/Struktur/Union sein
d:\v1\cws_src680_ooo20040704\desktop\source\deployment\registry\sfwk\dp
_parceldesc.cxx(149) : error C2228: Der linke Teil von '.getStr' muss e
ine Klasse/Struktur/Union sein
dmake:  Error code 2, while making '../../../../wntmsci8.pro/slo/dp_par
celdesc.obj'
---* tg_merge.mk *---                                                  
ERROR: Error 65280 occurred while making /cygdrive/d/v1/cws_src680_ooo2
0040704/desktop/source/deployment/registry/sfwk
dmake:  Error code 1, while making 'build_all'
---* tg_merge.mk *---
Comment 1 pavel 2004-08-26 19:01:21 UTC
the same applies to SRC680_m51, two files:

M dp_parceldesc.cxx
M dp_sfwk.cxx

Just add rtl:: before calls to OUStringToOString.

Patch attached.
Comment 2 pavel 2004-08-26 19:02:12 UTC
Created attachment 17370 [details]
Add rtl:: before calls.
Comment 3 vg 2004-08-27 11:08:42 UTC
Patch applied & files comitted
Comment 4 pavel 2004-08-27 11:55:32 UTC
Thanks.
Comment 5 pavel 2004-09-14 22:54:24 UTC
Verified, closing.