docrecovery.cxx (f6e50924) | docrecovery.cxx (910823ae) |
---|---|
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 --- 2018 unchanged lines hidden (view full) --- 2027 // Error Report Preview Dialog 2028 /////////////////////////////////////////////////////////////////////// 2029 2030 2031 static ::rtl::OUString GetCrashConfigDir() 2032 { 2033 2034#if defined(WNT) || defined(OS2) | 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 --- 2018 unchanged lines hidden (view full) --- 2027 // Error Report Preview Dialog 2028 /////////////////////////////////////////////////////////////////////// 2029 2030 2031 static ::rtl::OUString GetCrashConfigDir() 2032 { 2033 2034#if defined(WNT) || defined(OS2) |
2035 OUString ustrValue = OUString::createFromAscii("${$BRAND_BASE_DIR/program/bootstrap.ini:UserInstallation}"); | 2035 OUString ustrValue = OUString::createFromAscii("${$OOO_BASE_DIR/program/bootstrap.ini:UserInstallation}"); |
2036#elif defined( MACOSX ) 2037 OUString ustrValue = OUString::createFromAscii("~"); 2038#else 2039 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG"); 2040#endif 2041 Bootstrap::expandMacros( ustrValue ); 2042 2043#if defined(WNT) || defined(OS2) --- 134 unchanged lines hidden --- | 2036#elif defined( MACOSX ) 2037 OUString ustrValue = OUString::createFromAscii("~"); 2038#else 2039 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG"); 2040#endif 2041 Bootstrap::expandMacros( ustrValue ); 2042 2043#if defined(WNT) || defined(OS2) --- 134 unchanged lines hidden --- |