diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:41:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:41:11 +0000 |
commit | 1ac1ccb8ef6d46e058843ba563abb530f76cb430 (patch) | |
tree | 9bb811473ced27e576d2cd13a7bdd2f6340ef082 | |
parent | a36a04f929f0731741133bc2998c177b52d2e525 (diff) |
INTEGRATION: CWS dba30c (1.13.32); FILE MERGED
2008/05/13 07:32:33 fs 1.13.32.1: joining changes from CWS odbmacros3 to CWS dba30c
2008/04/21 12:03:33 fs 1.13.12.1: #i49133# document the 'store' command
-rw-r--r-- | offapi/com/sun/star/sdb/DocumentDefinition.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/DocumentDefinition.idl b/offapi/com/sun/star/sdb/DocumentDefinition.idl index 81def6dffd8e..024421204d03 100644 --- a/offapi/com/sun/star/sdb/DocumentDefinition.idl +++ b/offapi/com/sun/star/sdb/DocumentDefinition.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DocumentDefinition.idl,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -58,6 +58,7 @@ service DocumentDefinition <ul> <li><strong>open</strong>: loads the sub document in an own frame. The return value of the <code>execute</code> method is the model of the loaded document.</li> + <li><strong>store</strong>: stores the document.</li> <li><strong>openDesign</strong>: opens the sub document in an own frame, in design mode. The user can make changes to the document, and save those changes. The return value of the <code>execute</code> method is the model of the loaded document.</li> |