about.cxx (afa41b63) about.cxx (8d1a3dfa)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 297 unchanged lines hidden (view full) ---

306 createdRes = String( ResId( RID_CUI_ABOUT_STR_CREATED_VENDOR, *rId.GetResMgr() ));
307 }
308 const String copyrightAcknowledge( ResId( RID_CUI_ABOUT_STR_ACKNOWLEDGE, *rId.GetResMgr() ) );
309
310 rtl::OUStringBuffer sbcopyright(250);
311 sbcopyright.appendAscii("Copyright ");
312 sbcopyright.append((sal_Unicode)0x00a9);
313 sbcopyright.appendAscii(" ");
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 297 unchanged lines hidden (view full) ---

306 createdRes = String( ResId( RID_CUI_ABOUT_STR_CREATED_VENDOR, *rId.GetResMgr() ));
307 }
308 const String copyrightAcknowledge( ResId( RID_CUI_ABOUT_STR_ACKNOWLEDGE, *rId.GetResMgr() ) );
309
310 rtl::OUStringBuffer sbcopyright(250);
311 sbcopyright.appendAscii("Copyright ");
312 sbcopyright.append((sal_Unicode)0x00a9);
313 sbcopyright.appendAscii(" ");
314 rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2018") );
314 rtl::OUString sYear( RTL_CONSTASCII_USTRINGPARAM("2019") );
315 if (vendor.EqualsAscii("Apache Software Foundation")) {
316 sbcopyright.append(sYear);
317 sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");
318 } else {
319#ifdef COPYRIGHT_YEAR
320 const rtl::OUString sDefYear( RTL_CONSTASCII_USTRINGPARAM( STRINGIFY( COPYRIGHT_YEAR ) ) );
321 if ( sDefYear.getLength() > 0 )
322 {

--- 277 unchanged lines hidden ---
315 if (vendor.EqualsAscii("Apache Software Foundation")) {
316 sbcopyright.append(sYear);
317 sbcopyright.appendAscii(" The Apache Software Foundation.\n\n");
318 } else {
319#ifdef COPYRIGHT_YEAR
320 const rtl::OUString sDefYear( RTL_CONSTASCII_USTRINGPARAM( STRINGIFY( COPYRIGHT_YEAR ) ) );
321 if ( sDefYear.getLength() > 0 )
322 {

--- 277 unchanged lines hidden ---