Kaydet (Commit) f50bd8cc authored tarafından Andrea Pescetti's avatar Andrea Pescetti

#i126567# Update copyright year.

üst 5c4bdb17
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment