Tag: cws_dev300_rptchart02 User: oj Date: 2008-05-23 05:41:28+0000 Modified: dba/reportdesign/source/ui/inc/ReportController.hxx dba/reportdesign/source/ui/report/ReportController.cxx
Log: unsigned inserted File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: ReportController.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportController.hxx?r1=1.7.2.1&r2=1.7.2.2 Delta lines: +2 -2 ------------------- --- ReportController.hxx 2008-05-15 12:29:38+0000 1.7.2.1 +++ ReportController.hxx 2008-05-23 05:41:26+0000 1.7.2.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ReportController.hxx,v $ - * $Revision: 1.7.2.1 $ + * $Revision: 1.7.2.2 $ * * This file is part of OpenOffice.org. * @@ -269,7 +269,7 @@ /** set the property at all selected controls. @return <TRUE/> when the selection is not empty */ - bool impl_setPropertyAtControls_throw(const sal_Int32 _nUndoResId + bool impl_setPropertyAtControls_throw(const sal_uInt16 _nUndoResId ,const ::rtl::OUString& _sProperty ,const ::com::sun::star::uno::Any& _aValue ,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _aArgs); Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportController.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportController.cxx?r1=1.12.4.7&r2=1.12.4.8 Delta lines: +2 -2 ------------------- --- ReportController.cxx 2008-05-15 13:02:13+0000 1.12.4.7 +++ ReportController.cxx 2008-05-23 05:41:26+0000 1.12.4.8 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ReportController.cxx,v $ - * $Revision: 1.12.4.7 $ + * $Revision: 1.12.4.8 $ * * This file is part of OpenOffice.org. * @@ -3729,7 +3729,7 @@ return bRet; } // ----------------------------------------------------------------------------- -bool OReportController::impl_setPropertyAtControls_throw(const sal_Int32 _nUndoResId,const ::rtl::OUString& _sProperty,const uno::Any& _aValue,const Sequence< PropertyValue >& _aArgs) +bool OReportController::impl_setPropertyAtControls_throw(const sal_uInt16 _nUndoResId,const ::rtl::OUString& _sProperty,const uno::Any& _aValue,const Sequence< PropertyValue >& _aArgs) { ::std::auto_ptr<UndoManagerListAction> pListAction; ::std::vector< uno::Reference< uno::XInterface > > aSelection; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
