User: hr Date: 06/06/19 20:19:37 Modified: /dba/dbaccess/source/ui/inc/ unodatbr.hxx
Log: INTEGRATION: CWS warnings01 (1.63.54); FILE MERGED 2006/03/24 15:36:20 fs 1.63.54.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: unodatbr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/unodatbr.hxx?r1=1.63&r2=1.64 Delta lines: +1 -9 ------------------- --- unodatbr.hxx 24 Oct 2005 08:32:10 -0000 1.63 +++ unodatbr.hxx 20 Jun 2006 03:19:34 -0000 1.64 @@ -242,14 +242,6 @@ virtual sal_Bool preReloadForm(); virtual void postReloadForm(); -#if defined(_MSC_VER) && (_MSC_VER >= 1310 ) - typedef ::com::sun::star::frame::XStatusListener xstlist_type; - typedef ::com::sun::star::uno::Reference< xstlist_type > xlister_type; - virtual void InvalidateFeature(sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xListener = xlistener_type() ); -#else - virtual void InvalidateFeature(sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xListener = ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > ()); -#endif //_MSC_VER >= 1310 - virtual void addModelListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & _xGridControlModel); virtual void removeModelListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & _xGridControlModel); @@ -329,7 +321,7 @@ @param _bFlushData <TRUE/> if the currently displayed object (if any) should be flushed */ - void unloadAndCleanup(sal_Bool _bDisposeConnection = sal_True, sal_Bool _bFlushData = sal_True); + void unloadAndCleanup( sal_Bool _bDisposeConnection = sal_True ); // disposes the connection associated with the given entry (which must represent a data source) void disposeConnection( SvLBoxEntry* _pDSEntry ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
