diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2016-09-12 23:46:32 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2016-09-12 23:46:32 +0000 |
commit | 4a6a8cf0700282052af625cddbe151d1bc029427 (patch) | |
tree | dc03bc449edac645f4eba9702db4980239e53c43 /cui | |
parent | 0311bcf35b7f0c7251fe9cc68dd512446089e5b5 (diff) |
i127108 - Update the Copyright year
Notes
Notes:
ignore: aoo
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index a457c2d3d32a..c002ded18416 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("2015") ); + rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2016") ); if (vendor.EqualsAscii("Apache Software Foundation")) { sbcopyright.append(sYear); sbcopyright.appendAscii(" The Apache Software Foundation.\n\n"); |