summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dinfdlg.cxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:32 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:57 +0200
commitf408102bd4befffa0a5a07d00cf7a79376566b3c (patch)
tree60efd2873cc94c50a2e0ba9da31c1b3a20a98a9b /sfx2/source/dialog/dinfdlg.cxx
parentc33b82bd37d4b01574832a4b5fff8fc546c9dda8 (diff)
feature/cmis rebase: fixed uno DateTime construction
Change-Id: Ibbbbaf0445bb1cdaaf83b9449f4d4fbba6097b24
Diffstat (limited to 'sfx2/source/dialog/dinfdlg.cxx')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index c94c01679c32..4c46eabbb84a 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -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 );