app.cxx (85ae21f5) | app.cxx (19720aa2) |
---|---|
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 --- 1824 unchanged lines hidden (view full) --- 1833 */ 1834 Application::GetDefaultDevice(); 1835 1836 // initialize test-tool library (if available) 1837 RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ tools::InitTestToolLib" ); 1838 tools::InitTestToolLib(); 1839 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} tools::InitTestToolLib" ); 1840 | 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 --- 1824 unchanged lines hidden (view full) --- 1833 */ 1834 Application::GetDefaultDevice(); 1835 1836 // initialize test-tool library (if available) 1837 RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ tools::InitTestToolLib" ); 1838 tools::InitTestToolLib(); 1839 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} tools::InitTestToolLib" ); 1840 |
1841 // process non-pre-registered extensions 1842 installBundledExtensionBlobs(); 1843 | |
1844 // Check if bundled or shared extensions were added /removed 1845 // and process those extensions (has to be done before checking 1846 // the extension dependencies! 1847 SynchronizeExtensionRepositories(); 1848 bool bAbort = CheckExtensionDependencies(); 1849 if ( bAbort ) 1850 return; 1851 --- 25 unchanged lines hidden (view full) --- 1877 lArgs[1].Value <<= GetLicensePath(); 1878 1879 xFirstStartJob->execute(lArgs) >>= bDone; 1880 if ( !bDone ) 1881 { 1882 return; 1883 } 1884#endif // license acceptance is not needed for ASL | 1841 // Check if bundled or shared extensions were added /removed 1842 // and process those extensions (has to be done before checking 1843 // the extension dependencies! 1844 SynchronizeExtensionRepositories(); 1845 bool bAbort = CheckExtensionDependencies(); 1846 if ( bAbort ) 1847 return; 1848 --- 25 unchanged lines hidden (view full) --- 1874 lArgs[1].Value <<= GetLicensePath(); 1875 1876 xFirstStartJob->execute(lArgs) >>= bDone; 1877 if ( !bDone ) 1878 { 1879 return; 1880 } 1881#endif // license acceptance is not needed for ASL |
1882 1883 // process non-pre-registered extensions 1884 installBundledExtensionBlobs(); 1885 1886 // mark first start as done 1887 FinishFirstStart(); |
|
1885 } 1886 } 1887 1888 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} FirstStartWizard" ); 1889 } 1890 1891 // keep a language options instance... 1892 pExecGlobals->pLanguageOptions.reset( new SvtLanguageOptions(sal_True)); --- 1577 unchanged lines hidden --- | 1888 } 1889 } 1890 1891 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} FirstStartWizard" ); 1892 } 1893 1894 // keep a language options instance... 1895 pExecGlobals->pLanguageOptions.reset( new SvtLanguageOptions(sal_True)); --- 1577 unchanged lines hidden --- |