INTEGRATION: CWS cfglooseends (1.5.52); FILE MERGED
2004/11/05 16:03:12 jb 1.5.52.1: #i31085# Correct spelling of property
This commit is contained in:
parent
32ec76b0ef
commit
a989b316df
1 changed files with 7 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: DefaultProvider.idl,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-09-09 15:52:03 $
|
||||
* last change: $Author: obo $ $Date: 2004-11-15 13:47:11 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -111,14 +111,18 @@ published service DefaultProvider
|
|||
[optional] interface com::sun::star::util::XFlushable;
|
||||
|
||||
/** Enable setting/getting locale for Provider
|
||||
|
||||
@since OOo 2.0
|
||||
*/
|
||||
|
||||
[optional] interface com::sun::star::lang::XLocalizable;
|
||||
|
||||
/** Property to enable/disable asynchronous write-back from in-memory cache to backend(s)
|
||||
|
||||
@since OOo 2.0
|
||||
*/
|
||||
|
||||
[optional,property] boolean enableAsync;
|
||||
[optional,property] boolean EnableAsync;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
} ;
|
||||
|
|
Loading…
Reference in a new issue