summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-11-29 14:06:45 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-11-29 14:06:45 +0000
commit547157effbc20248414e0b165998252fe6c2efed (patch)
treeace9a92bc47d8b71cfe374add3a4b6d193fa6c0f /offapi
parent#105668# add missing files (diff)
downloadcore-547157effbc20248414e0b165998252fe6c2efed.tar.gz
core-547157effbc20248414e0b165998252fe6c2efed.zip
#105668 make property optional because of incomplatible change
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/frame/Frame.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl
index 32758458d162..02a67a7066d7 100644
--- a/offapi/com/sun/star/frame/Frame.idl
+++ b/offapi/com/sun/star/frame/Frame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Frame.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: as $ $Date: 2002-11-05 09:06:54 $
+ * last change: $Author: jsc $ $Date: 2002-11-29 15:06:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,7 +201,7 @@ service Frame
no possibility to check for enabled/disabled recording then.
</p>
*/
- [property] XDispatchRecorderSupplier RecorderSupplier;
+ [optional, property] XDispatchRecorderSupplier RecorderSupplier;
};
//=============================================================================