summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame
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
commit57dd668d613fc9bd416e5510ae95e988ec9cd626 (patch)
tree5df0effe012b3c6160bf43bc12fccd08f16f061d /offapi/com/sun/star/frame
parent91e42ee0b51bc7006e9af03c89faf87c902171ee (diff)
#105668 make property optional because of incomplatible change
Diffstat (limited to 'offapi/com/sun/star/frame')
-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 32758458d..02a67a706 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;
};
//=============================================================================