Tag: cws_src680_rpt23fix02 User: oj Date: 2007-08-01 07:43:35+0000 Modified: dba/reportdesign/source/ui/dlg/CondFormat.cxx
Log: #i80161# patch for ModuleRes File Changes: Directory: /dba/reportdesign/source/ui/dlg/ =========================================== File [changed]: CondFormat.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/dlg/CondFormat.cxx?r1=1.2.4.2&r2=1.2.4.3 Delta lines: +4 -4 ------------------- --- CondFormat.cxx 2007-07-27 12:21:58+0000 1.2.4.2 +++ CondFormat.cxx 2007-08-01 07:43:32+0000 1.2.4.3 @@ -4,9 +4,9 @@ * * $RCSfile: CondFormat.cxx,v $ * - * $Revision: 1.2.4.2 $ + * $Revision: 1.2.4.3 $ * - * last change: $Author: oj $ $Date: 2007/07/27 12:21:58 $ + * last change: $Author: oj $ $Date: 2007/08/01 07:43:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -477,7 +477,7 @@ short nRet = ModalDialog::Execute(); if ( nRet == RET_OK ) { - String sUndoAction( String( ModuleRes( RID_STR_UNDO_CONDITIONAL_FORMATTING ) ) ); + String sUndoAction( ModuleRes( RID_STR_UNDO_CONDITIONAL_FORMATTING ) ); UndoManagerListAction aListAction(*m_rController.getUndoMgr(),sUndoAction); try { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
