Kaydet (Commit) f408102b authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

feature/cmis rebase: fixed uno DateTime construction

Change-Id: Ibbbbaf0445bb1cdaaf83b9449f4d4fbba6097b24
üst c33b82bd
......@@ -2445,7 +2445,7 @@ Sequence< document::CmisProperty > CmisPropertiesWindow::GetCmisProperties() con
util::DateTime aDateTime( aTmpTime.GetNanoSec(), aTmpTime.GetSec(),
aTmpTime.GetMin(), aTmpTime.GetHour(),
aTmpDate.GetDay(), aTmpDate.GetMonth(),
aTmpDate.GetYear() );
aTmpDate.GetYear(), sal_True );
seqValue[k] = aDateTime;
}
aPropertiesSeq[i].Value <<= makeAny( seqValue );
......
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