[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source

Andrea Pescetti pescetti at apache.org
Tue Oct 6 19:08:13 PDT 2015


 cui/source/dialogs/about.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f50bd8ccc170a4e47ed7c5a694c1c9739601764b
Author: Andrea Pescetti <pescetti at apache.org>
Date:   Wed Oct 7 00:55:44 2015 +0000

    #i126567# Update copyright year.

diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index a5151d3..a457c2d 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -311,7 +311,7 @@ AboutDialog::AboutDialog( Window* pParent, const ResId  & rId ) :
     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");


More information about the Libreoffice-commits mailing list