Kaydet (Commit) 8eddae9b authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile Kaydeden (comit) Caolán McNamara

Resolves: #i121942# Explicitly set "ContentType" for non-DAV content

(cherry picked from commit 69f5a749)

Change-Id: I86c3b321725923c03e1f44bf9d9ece9ed57aeaca
üst cb01fc2e
...@@ -1530,6 +1530,10 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues( ...@@ -1530,6 +1530,10 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues(
OUString( "IsDocument" ), OUString( "IsDocument" ),
uno::makeAny( true ), uno::makeAny( true ),
true ); true );
xProps->addProperty(
OUString( "ContentType" ),
uno::makeAny( OUString(WEBDAV_CONTENT_TYPE) ),
true );
} }
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment