Author: jim
Date: Sat Oct 20 15:14:10 2018
New Revision: 1844422
URL: http://svn.apache.org/viewvc?rev=1844422&view=rev
Log:
If not using --vendor, this needs to be set to the current year
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=1844422&r1=1844421&r2=1844422&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:14:10 2018
@@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParen
sbcopyright.appendAscii("Copyright ");
sbcopyright.append((sal_Unicode)0x00a9);
sbcopyright.appendAscii(" ");
- rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2017") );
+ rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2018") );
if (vendor.EqualsAscii("Apache Software Foundation")) {
sbcopyright.append(sYear);
sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");