summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx')
-rw-r--r--binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx b/binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx
index 96e7c29b2..6548a8564 100644
--- a/binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx
+++ b/binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx
@@ -215,8 +215,8 @@ public:
/*N*/ void Sw3IoImp::Reset()
/*N*/ {
-/*N*/ Date aDate;
-/*N*/ Time aTime;
+/*N*/ Date aDate( Date::SYSTEM );
+/*N*/ Time aTime( Time::SYSTEM );
/*N*/ // die folgenden beiden Felder werden auch zum Passwort-Check benutzt
/*N*/ nDate = aDate.GetDate();
/*N*/ nTime = aTime.GetTime();