summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2017-01-24 02:34:25 +0000
committerAriel Constenla-Haile <arielch@apache.org>2017-01-24 02:34:25 +0000
commit765f7daa65e8f8fa0fe54f23c16bbbea8e81880e (patch)
tree46f5dfc62b22cd41e148eebb886205e77794355d /cui
parent5e052c8193a5e7c8b57f1b11e4e25e2fe11663d2 (diff)
i127295 - Update the Copyright year to 2017
Notes
Notes: ignore: aoo
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/about.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index c002ded18416..ff944f69f59a 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("2016") );
+ rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2017") );
if (vendor.EqualsAscii("Apache Software Foundation")) {
sbcopyright.append(sYear);
sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");