diff options
author | Matthias Seidel <mseidel@apache.org> | 2018-01-18 22:09:22 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2018-01-18 22:09:22 +0000 |
commit | 8e0650e18f94d9dec1c5c854bd3a93fa97b1964b (patch) | |
tree | df363a54ec4117fd6e9d31568f44190a44ad26da /cui | |
parent | b57158fc128c7f0bba3d8708004348d9e7ff749c (diff) |
Update the Copyright year to 2018
According to:
https://svn.apache.org/viewvc?view=revision&revision=1780015
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 ff944f69f59a..5e77cdf61f24 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("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"); |