summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-05-22 13:42:55 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-05-22 20:45:41 +0200
commit47797db65faa754675c3da350862fe2c7bb980f3 (patch)
tree7048d3d42e8c9a9612a194dda95e178cb6048d9c /sfx2
parentf18a00184733867ca9b43e0b0cf7bb6f3ceec764 (diff)
Use proper constructor to fill with system time.
Probably 86adb5cacb4fe3e7fb869299447da5876f0da30d did not mean to change the behaviour here. Change-Id: If39c150973c502323b3c785a9738cf65cdd74e5d (cherry picked from commit fee87c6fda46923a564cd2574827a7beeffb1a1f)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objxtor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 29fe98384ee7..b0b234733e86 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -209,7 +209,7 @@ SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell )
,rDocShell( _rDocShell )
,aMacroMode( *this )
,pProgress( 0)
- ,nTime( DateTime::EMPTY )
+ ,nTime( DateTime::SYSTEM )
,nVisualDocumentNumber( USHRT_MAX)
,nDocumentSignatureState( SIGNATURESTATE_UNKNOWN )
,nScriptingSignatureState( SIGNATURESTATE_UNKNOWN )