User: ihi Date: 2007-11-21 15:49:49+0000 Modified: dba/dbaccess/source/ui/app/AppController.hxx
Log: INTEGRATION: CWS dba24c (1.19.38); FILE MERGED 2007/09/28 19:18:57 fs 1.19.38.2: RESYNC: (1.19-1.20); FILE MERGED 2007/09/17 09:34:00 fs 1.19.38.1: #i49183# +impl_isAlterableView_nothrow File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.hxx?r1=1.21&r2=1.22 Delta lines: +4 -1 ------------------- --- AppController.hxx 2007-11-20 19:23:05+0000 1.21 +++ AppController.hxx 2007-11-21 15:49:47+0000 1.22 @@ -251,7 +251,7 @@ /** fills the list with the selected entries. @param _rNames */ - void getSelectionElementNames( ::std::vector< ::rtl::OUString>& _rNames ); + void getSelectionElementNames( ::std::vector< ::rtl::OUString>& _rNames ) const; /// deletes the entries selected. void deleteEntries(); @@ -587,6 +587,9 @@ // OComponentHelper virtual void SAL_CALL disposing(); + + private: + bool impl_isAlterableView_nothrow( const ::rtl::OUString& _rTableOrViewName ) const; }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
