Author: jim
Date: Sat Oct 20 15:16:12 2018
New Revision: 1844423
URL: http://svn.apache.org/viewvc?rev=1844423&view=rev
Log:
Note this magic number
Modified:
openoffice/branches/AOO416/main/cui/source/dialogs/about.cxx
Modified: openoffice/branches/AOO416/main/cui/source/dialogs/about.cxx
URL:
http://svn.apache.org/viewvc/openoffice/branches/AOO416/main/cui/source/dialogs/about.cxx?rev=1844423&r1=1844422&r2=1844423&view=diff
==============================================================================
--- openoffice/branches/AOO416/main/cui/source/dialogs/about.cxx (original)
+++ openoffice/branches/AOO416/main/cui/source/dialogs/about.cxx Sat Oct 20
15:16:12 2018
@@ -311,6 +311,9 @@ AboutDialog::AboutDialog( Window* pParen
sbcopyright.appendAscii("Copyright ");
sbcopyright.append((sal_Unicode)0x00a9);
sbcopyright.appendAscii(" ");
+// TODO:
+// This date needs to be updated each year... do this automagically
+//
rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2018") );
if (vendor.EqualsAscii("Apache Software Foundation")) {
sbcopyright.append(sYear);