Issue 70461 - to-be-m188: svx/source/svdraw/svdfppt.cxx: 4311: error: `aTxMasterStyleHd' must be initialized by constructor, not by `{...}'
Summary: to-be-m188: svx/source/svdraw/svdfppt.cxx: 4311: error: `aTxMasterStyleHd' mu...
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Linux, all
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: Stephan Bergmann
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-16 06:01 UTC by pavel
Modified: 2006-10-19 10:21 UTC (History)
4 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 2006-10-16 06:01:37 UTC
To-be-m188 can't be compiled on GNU/Linux with gcc 3.4.1:

/disk2/pavel/BuildDir/ooo_SRC680_m188_src/svx/source/svdraw/svdfppt.cxx:4311:
error: `aTxMasterStyleHd' must be initialized by constructor, not by `{...}'

Comes from sb59.
Comment 1 oliver.bolte 2006-10-16 08:56:15 UTC
.
Comment 2 oliver.bolte 2006-10-16 09:49:16 UTC
Hi,

a fix has been commited to head.

Oliver
Comment 3 pavel 2006-10-17 05:36:14 UTC
seen it there.
Comment 4 pavel 2006-10-17 05:36:45 UTC
Closing.

If it is the cause of a warning, please file new issue for it.
Comment 5 Stephan Bergmann 2006-10-19 10:21:09 UTC
This was a merge conflict:  CWS impress107 introduced a DffRecordHeader default
constructor in svx/inc/msdffdef.hxx:1.10 in SRC680m187, which conflicted with
the change in svx/source/svdraw/svdfppt.cxx:1.141.6.2 from CWS sb59 (indeed
correctly solved in svx/source/svdraw/svdfppt.cxx:1.145 now).