diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-10-18 00:08:31 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-10-31 12:03:29 +0100 |
commit | 793ea6fe90209dbf2b659a44a302306a05888011 (patch) | |
tree | 82381f3b8283f8c5d0c8da72e5b238e6b087766f /offapi | |
parent | bb93b038a70ef7a810b6b9d447856ed77c590e40 (diff) |
CMIS: don't show up checkout info bar if the document is not versionable
Change-Id: I7761e0b06e151822a63a7273a4e61d5cdc648311
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/XCmisDocument.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/XCmisDocument.idl b/offapi/com/sun/star/document/XCmisDocument.idl index 82ac4ff8e4a9..c456808071d9 100644 --- a/offapi/com/sun/star/document/XCmisDocument.idl +++ b/offapi/com/sun/star/document/XCmisDocument.idl @@ -24,6 +24,10 @@ interface XCmisDocument : com::sun::star::uno::XInterface */ void checkOut( ); + /** Tells whether a document can support versioning or not. + */ + boolean isVersionable( ); + /** Contains the properties values named after their CMIS ID. */ [attribute] com::sun::star::beans::PropertyValues CmisPropertiesValues; |