summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-18 11:55:50 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:53 +0200
commiteb23b2d9597345a91273bf5d530ce29ab111f864 (patch)
tree2e6c45e92441107a081d967b371dc3c4a266a666 /offapi/com/sun
parent96d4c5358348472c347d62ab67afb52d880cd796 (diff)
CMIS properties: Add type to the UNO API
Change-Id: Ie4f32bc840cdfab1d5f600991cd6ac8aabcb1f87
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/document/CmisProperty.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/CmisProperty.idl b/offapi/com/sun/star/document/CmisProperty.idl
index 65caab11ead1..b06b84a0ed7f 100644
--- a/offapi/com/sun/star/document/CmisProperty.idl
+++ b/offapi/com/sun/star/document/CmisProperty.idl
@@ -33,6 +33,10 @@ struct CmisProperty
*/
string Name;
+ /** type of the property
+ */
+ string Type;
+
/** specifies if the property is updatable.
*/
boolean Updatable;