diff options
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchRecorderSupplier.idl')
-rw-r--r-- | offapi/com/sun/star/frame/DispatchRecorderSupplier.idl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl index f94444b5e..ed1bcdfe5 100644 --- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl +++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_frame_DispatchRecorderSupplier_idl__ #define __com_sun_star_frame_DispatchRecorderSupplier_idl__ -#ifndef __com_sun_star_frame_XDispatchRecorderSupplier_idl__ #include <com/sun/star/frame/XDispatchRecorderSupplier.idl> -#endif //============================================================================= @@ -40,8 +38,8 @@ <p> This supplier regulate macro recording of <member>XDispatch::dispatch()</member> - calls. For that it capsulate a reference to a <type>DispatchRecorder</type>. - Such recorder is used internaly and can be used externaly too. + calls. For that it encapsulates a reference to a <type>DispatchRecorder</type>. + Such recorder is used internally and can be used externally too. A supplier will be available on a <type>Frame</type> if recording was enabled, otherwise not. A frame supports a special property for that. This modular concept of recorder, supplier and frame makes it possible to |