summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:04:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:04:25 +0000
commit5b03648327f47b8d25e08f01eb600f3d8c3ab9f9 (patch)
treea558aa4fe5b41c223694b597b2608797c2f71169
parent05a47e3a1a0acbe04b75ab5b71f904c3dc7b8871 (diff)
INTEGRATION: CWS sb18 (1.5.406); FILE MERGED
2004/05/21 15:06:55 sb 1.5.406.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/util/XFlushListener.idl6
-rw-r--r--offapi/com/sun/star/util/XFlushable.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/util/XFlushListener.idl b/offapi/com/sun/star/util/XFlushListener.idl
index 7ffad6f5cc47..678a8b0782e8 100644
--- a/offapi/com/sun/star/util/XFlushListener.idl
+++ b/offapi/com/sun/star/util/XFlushListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFlushListener.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:55 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:04:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ module com { module sun { module star { module util {
/** makes it possible to receive <em>flushed</em> events.
*/
-interface XFlushListener: com::sun::star::lang::XEventListener
+published interface XFlushListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
/** is called when the object data is flushed.
diff --git a/offapi/com/sun/star/util/XFlushable.idl b/offapi/com/sun/star/util/XFlushable.idl
index 5d6d1ad534e2..bbd732e92a41 100644
--- a/offapi/com/sun/star/util/XFlushable.idl
+++ b/offapi/com/sun/star/util/XFlushable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFlushable.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:55 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:04:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ module com { module sun { module star { module util {
/** is supported by objects with data that can be flushed to a data source.
*/
-interface XFlushable: com::sun::star::uno::XInterface
+published interface XFlushable: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** flushes the data of the object to the connected data source.