Kaydet (Commit) 621ab857 authored tarafından Miklos Vajna's avatar Miklos Vajna

abpilot: fix relative reference of embedded data source

With this, not only the MM wizard, but the address book data source
wizard can create relative references correctly.

Change-Id: Id7357dbcc4503ca69595992ee7ebd6b1234d386a
üst 20d8267a
...@@ -402,7 +402,8 @@ namespace abp ...@@ -402,7 +402,8 @@ namespace abp
uno::Sequence<beans::PropertyValue> aSequence = comphelper::InitPropertySequence( uno::Sequence<beans::PropertyValue> aSequence = comphelper::InitPropertySequence(
{ {
{"TargetStorage", uno::makeAny(xStorage)}, {"TargetStorage", uno::makeAny(xStorage)},
{"StreamRelPath", uno::makeAny(aStreamRelPath)} {"StreamRelPath", uno::makeAny(aStreamRelPath)},
{"BaseURI", uno::makeAny(aOwnURL)}
}); });
xStorable->storeAsURL(sTmpName, aSequence); xStorable->storeAsURL(sTmpName, aSequence);
m_pImpl->sName = sTmpName; m_pImpl->sName = sTmpName;
......
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