To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86824
                 Issue #|86824
                 Summary|to-be-DEV300_m2: sc issues
               Component|Spreadsheet
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|code
             Assigned to|rt
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Mar  8 20:49:18 +0000 
2008 -------
Hi,

several issues in module sc:

1.

/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/unoobj/nameuno.cxx:383: error: 
no matching 
function for call to 'ScNamedRangeObj::Modify_Impl(NULL, NULL, NULL, NULL, 
sal_uInt16*)'
/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/unoobj/nameuno.cxx:146: note: 
candidates 
are: void ScNamedRangeObj::Modify_Impl(const String*, const ScTokenArray*, 
const String*, const 
ScAddress*, const sal_uInt16*, ScGrammar::Grammar)
dmake:  Error code 1, while making '../../../unxlngx6.pro/slo/nameuno.obj'

Eike suggested

<erAck> -            Modify_Impl( NULL, NULL, NULL, NULL, &nNewType );
 <erAck> +            Modify_Impl( NULL, NULL, NULL, NULL, &nNewType, 
ScGrammar::GRAM_PODF_A1 );

2.

/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/miscdlgs/sharedocdlg.cxx: In 
member function 
'void ScShareDocumentDlg::UpdateView()':
/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/miscdlgs/sharedocdlg.cxx:172: 
error: 
exception handling disabled, use -fexceptions to enable

because there are two EXCEPTIONSFILES - merge issue?

3. sc/source/core/tool/interpr4.cxx is not properly merged (odff and odff02).

4. token.cxx there doesn't have odff02 merged in

5. /home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/miscdlgs/sharedocdlg.cxx: 
In member 
function 'void ScShareDocumentDlg::UpdateView()':
/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/miscdlgs/sharedocdlg.cxx:206: 
error: 
'SfxDocumentInfo' was not declared in this scope
/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/miscdlgs/sharedocdlg.cxx:206: 
error: 'rInfo' 
was not declared in this scope
/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/miscdlgs/sharedocdlg.cxx:206: 
error: 'class 
ScDocShell' has no member named 'GetDocInfo'
dmake:  Error code 1, while making '../../../unxlngx6.pro/slo/sharedocdlg.obj'

ERROR: Error 65280 occurred while making 
/home/oo/BuildDir/ooo_DEV300_m2_src/sc/source/ui/miscdlgs

---------------------------------------------------------------------
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