diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-08-30 14:06:09 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-09-02 13:51:57 +0200 |
commit | c33b82bd37d4b01574832a4b5fff8fc546c9dda8 (patch) | |
tree | 7153bfef7d70e8a0ef444abab4013f0b26059142 /ucb | |
parent | 4e2d23812c62b76cc1d5f00ff6d5a23f777756b1 (diff) |
libcmis: add a mandatory patch for GDrive feature to properly work
Change-Id: I1bd183508b7f481feed641f8658c0baea6f743bd
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/cmis/cmis_content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx index e6d213d6fe56..1ba5a86451db 100644 --- a/ucb/source/ucp/cmis/cmis_content.cxx +++ b/ucb/source/ucp/cmis/cmis_content.cxx @@ -171,7 +171,7 @@ namespace bool bMultiValued = prop.MultiValued; bool bOpenChoice = prop.OpenChoice; uno::Any value = prop.Value; - libcmis::PropertyType::Type type; + libcmis::PropertyType::Type type = libcmis::PropertyType::String; if ( prop.Type == CMIS_TYPE_STRING ) type = libcmis::PropertyType::String; else if ( prop.Type == CMIS_TYPE_BOOL ) |