Issue 25134 - VC6: svx/source/msfilter/msfiltertracer.cxx
Summary: VC6: svx/source/msfilter/msfiltertracer.cxx
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1.1a
Hardware: PC Windows 2000
: P1 (highest) Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: pavel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 19:47 UTC by pavel
Modified: 2004-02-27 13:05 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 pavel 2004-02-05 19:47:42 UTC
Hi,

VC6 build:

guw.pl /cygdrive/c/Progra~1/Micros~3/VC98/Bin/cl.exe @/tmp/mkb01600
Command: /cygdrive/c/Progra~1/Micros~3/VC98/Bin/cl.exe
msfiltertracer.cxx
c:\OOo\pavel\BuildDir\ooo_1.1.1_src\solver\645\wntmsci9.pro\inc\com/sun/star/uti
l/logging/LogLevel.hdl(30) : warning C4146: unary minus operator applied to unsi
gned type, result still unsigned
c:\OOo\pavel\BuildDir\ooo_1.1.1_src\svx\source\msfilter\msfiltertracer.cxx(291) 
: error C2039: 'uno' : is not a member of '`global namespace''
c:\OOo\pavel\BuildDir\ooo_1.1.1_src\svx\source\msfilter\msfiltertracer.cxx(291) 
: error C2061: syntax error : identifier 'Sequence'
c:\OOo\pavel\BuildDir\ooo_1.1.1_src\svx\source\msfilter\msfiltertracer.cxx(291) 
: error C2511: 'MSFilterTracer::MSFilterTracer' : overloaded member function 'vo
id (const class rtl::OUString &)' not found in 'MSFilterTracer'
        ..\..\inc\msfiltertracer.hxx(101) : see declaration of 'MSFilterTracer'
c:\OOo\pavel\BuildDir\ooo_1.1.1_src\svx\source\msfilter\msfiltertracer.cxx(533) 
: fatal error C1004: unexpected end of file found
dmake:  Error code 2, while making '../../wntmsci9.pro/slo/msfiltertracer.obj'
echo: No match.
dmake:  Error code 255, while making 'do_it_exceptions'
echo: No match.

Applying this fixed it:

-MSFilterTracer::MSFilterTracer( const ::rtl::OUString& rConfigPath,
::uno::Sequence< ::beans::PropertyValue >* pConfigData ) :
+MSFilterTracer::MSFilterTracer( const ::rtl::OUString& rConfigPath,
uno::Sequence< beans::PropertyValue >* pConfigData ) :
Comment 1 pavel 2004-02-05 19:48:14 UTC
I forgot to mention it is in fix3.
Comment 2 Martin Hollmichel 2004-02-06 17:25:10 UTC
mh->pavel: please commit to fix3
Comment 3 pavel 2004-02-06 18:03:57 UTC
Committed to cws_srx645_ooo111fix3.
Comment 4 Martin Hollmichel 2004-02-27 13:05:10 UTC
close issue