To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60776
                  Issue #:|60776
                  Summary:|sw_thints.cxx and -fno-access-control
                Component:|porting
                  Version:|OOo 2.0.1
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P2
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|shinra





------- Additional comments from [EMAIL PROTECTED] Wed Jan 18 09:54:10 -0800 
2006 -------
For now, binfilter/bf_sw/source/core/txtnode/sw_thints.cxx is compiled with
-fno-access-control (gcc >= 3) to elimnate the following error:

ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx: In member function 
`void binfilter::SwpHints::Insert(binfilter::SwTxtAttr*, binfilter::SwTxtNode&, 
USHORT)':
../../../../inc/bf_sw/ndhints.hxx:69: error: 'class binfilter::SwpHtStart_SAR' 
is inaccessible
ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx:1859: error: within this 
context
../../../../inc/bf_sw/ndhints.hxx:69: error: 'class binfilter::SwpHtStart_SAR' 
is inaccessible
ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx:2040: error: within this 
context
../../../../inc/bf_sw/ndhints.hxx:69: error: 'class binfilter::SwpHtStart_SAR' 
is inaccessible
ROOT/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx:2093: error: within this 
context

This is not a gcc's bug. We must add ::binfilter here for portability.
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#175

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to