https://bugs.documentfoundation.org/show_bug.cgi?id=120271

--- Comment #5 from Heiko Tietze <[email protected]> ---
(In reply to Michael Weghorn from comment #4)
> ...Would it
> possibly make sense to introduce a special value (like e.g. '-1') that means
> "neither show the info nor update the value to the current timestamp"?

Very simple:

if (nLastShown == -1)
   <exit>
else if (nLastShown == 0)
  ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to