User: kz Date: 05/01/21 09:04:14 Modified: /dba/dbaccess/source/core/dataaccess/ datasource.hxx
Log: INTEGRATION: CWS dba22 (1.23.8); FILE MERGED 2005/01/11 07:26:31 oj 1.23.8.1: #i39123# commit embedded storage File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: datasource.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/datasource.hxx?r1=1.23&r2=1.24 Delta lines: +4 -0 ------------------- --- datasource.hxx 3 Dec 2004 14:34:37 -0000 1.23 +++ datasource.hxx 21 Jan 2005 17:04:11 -0000 1.24 @@ -337,6 +337,10 @@ The media descriptor */ void store(const ::rtl::OUString& sURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& lArguments ); + /** stores the embedded storage ("database") + @return <TRUE/> if the storage could be commited, otherwise <FALSE/> + */ + sal_Bool commitEmbeddedStorage(); /** dispose all frames for registered controllers */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
