To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78793 Issue #|78793 Summary|MacOSX : Panther gcc-3.3 build fails while compiling c |hart2/source/controller/main/UndoCommandDispatch.cxx Component|porting Version|680m215 Platform|All URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|MacOSX Assigned to|macport Reported by|maho
------- Additional comments from [EMAIL PROTECTED] Fri Jun 22 02:26:53 +0000 2007 ------- same as http://www.openoffice.org/issues/show_bug.cgi?id=78783 for chart2/source/controller/main/UndoCommandDispatch.cxx. Index: source/controller/main/UndoCommandDispatch.cxx =================================================================== RCS file: /cvs/graphics/chart2/source/controller/main/UndoCommandDispatch.cxx,v retrieving revision 1.2 diff -u -r1.2 UndoCommandDispatch.cxx --- source/controller/main/UndoCommandDispatch.cxx 22 May 2007 18:09:48 -0000 1.2 +++ source/controller/main/UndoCommandDispatch.cxx 22 Jun 2007 02:26:31 -0000 @@ -94,12 +94,12 @@ uno::Any aUndoState, aRedoState; if( m_pUndoManager->canUndo()) { - OUString aUndo( String( SchResId( STR_UNDO ))); + OUString aUndo = OUString ( String( SchResId( STR_UNDO ))); aUndoState <<= ( aUndo + m_pUndoManager->getCurrentUndoString()); } if( m_pUndoManager->canRedo()) { - OUString aRedo( String( SchResId( STR_REDO ))); + OUString aRedo = OUString ( String( SchResId( STR_REDO ))); aRedoState <<= ( aRedo + m_pUndoManager->getCurrentRedoString()); } --------------------------------------------------------------------- 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]
