summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XDocumentRecovery.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XDocumentRecovery.idl')
-rw-r--r--offapi/com/sun/star/document/XDocumentRecovery.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XDocumentRecovery.idl b/offapi/com/sun/star/document/XDocumentRecovery.idl
index 691138d50314..6b9954882064 100644
--- a/offapi/com/sun/star/document/XDocumentRecovery.idl
+++ b/offapi/com/sun/star/document/XDocumentRecovery.idl
@@ -33,13 +33,13 @@ module com { module sun { module star { module document {
*/
interface XDocumentRecovery
{
- /** determines whether the document has been modified since the last call to <member>storeToRecoveryFile</member>.
+ /** determines whether the document has been modified since the last call to storeToRecoveryFile().
<p>If <code>storeToRecoveryFile</code> has not been called before, this method returns whether the document
has been modified since it has been loaded respectively created.</p>
<p>When saving a session, either in case of a emergency (when OpenOffice.org crashed), or during a
- periodic session save as configured by the user, <member>storeToRecoveryFile</member> is called for every
+ periodic session save as configured by the user, storeToRecoveryFile() is called for every
document where <code>wasModifiedSinceLastSave</code> returns <TRUE/>.</p>
<p>It's allowed to implement this method sloppy, by returning <TRUE/> in cases where it is not sure whether