Kaydet (Commit) d40700d5 authored tarafından Eike Rathke's avatar Eike Rathke

treat datetime as handled

Change-Id: Idc94174662eee5a75a6b467e47cbf9027e3ba224
üst 0f4a999e
......@@ -379,6 +379,9 @@ void ScViewFunc::InsertCurrentTime(short nReqFmt, const OUString& rUndoStr)
default:
assert(!"unhandled current date/time request");
nReqFmt = NUMBERFORMAT_DATETIME;
// fallthru
case NUMBERFORMAT_DATETIME:
break;
}
double fVal = 0.0;
switch (nReqFmt)
......
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