summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 18:44:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 18:44:55 +0000
commitb9cf6ed50d26ccdfab443d668679efdee2b7f3e8 (patch)
tree2f2ff60dbbee70ef2dea97531c215db0ad3b3f84 /offapi/com
parent2eb4aa348f0eb308626aab5e5a45816fb9993f26 (diff)
INTEGRATION: CWS sb18 (1.6.328); FILE MERGED
2004/05/21 14:58:38 sb 1.6.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/form/XReset.idl6
-rw-r--r--offapi/com/sun/star/form/XResetListener.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/form/XReset.idl b/offapi/com/sun/star/form/XReset.idl
index 823b5ac781c1..d39f8fdbc166 100644
--- a/offapi/com/sun/star/form/XReset.idl
+++ b/offapi/com/sun/star/form/XReset.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XReset.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:56 $
+ * last change: $Author: obo $ $Date: 2004-06-03 19:44:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@
<p>The semantincs of <em>default value</em> depends on the providing service.</p>
*/
-interface XReset: com::sun::star::uno::XInterface
+published interface XReset: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/form/XResetListener.idl b/offapi/com/sun/star/form/XResetListener.idl
index a8a15dd3adbd..c6a1067f19b1 100644
--- a/offapi/com/sun/star/form/XResetListener.idl
+++ b/offapi/com/sun/star/form/XResetListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XResetListener.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:56 $
+ * last change: $Author: obo $ $Date: 2004-06-03 19:44:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@
@see XReset
*/
-interface XResetListener: com::sun::star::lang::XEventListener
+published interface XResetListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------