Author: pescetti
Date: Wed Oct  7 00:55:44 2015
New Revision: 1707175

URL: http://svn.apache.org/viewvc?rev=1707175&view=rev
Log:
#i126567# Update copyright year.

Modified:
    openoffice/trunk/main/cui/source/dialogs/about.cxx

Modified: openoffice/trunk/main/cui/source/dialogs/about.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/about.cxx?rev=1707175&r1=1707174&r2=1707175&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/dialogs/about.cxx (original)
+++ openoffice/trunk/main/cui/source/dialogs/about.cxx Wed Oct  7 00:55:44 2015
@@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParen
     sbcopyright.appendAscii("Copyright ");
     sbcopyright.append((sal_Unicode)0x00a9);
     sbcopyright.appendAscii(" ");
-    rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2014") );
+    rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2015") );
     if (vendor.EqualsAscii("Apache Software Foundation")) {
         sbcopyright.append(sYear);
         sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");


Reply via email to