recoveryui.cxx (f6e50924) recoveryui.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

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

181}
182
183//===============================================
184
185static OUString GetCrashConfigDir()
186{
187
188#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

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

181}
182
183//===============================================
184
185static OUString GetCrashConfigDir()
186{
187
188#if defined(WNT) || defined(OS2)
189 OUString ustrValue = OUString::createFromAscii("${$BRAND_BASE_DIR/program/bootstrap.ini:UserInstallation}");
189 OUString ustrValue = OUString::createFromAscii("${$OOO_BASE_DIR/program/bootstrap.ini:UserInstallation}");
190#elif defined(MACOSX)
191 OUString ustrValue = OUString::createFromAscii("~");
192#else
193 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG");
194#endif
195 Bootstrap::expandMacros( ustrValue );
196
197#if defined(WNT) || defined(OS2)

--- 198 unchanged lines hidden ---
190#elif defined(MACOSX)
191 OUString ustrValue = OUString::createFromAscii("~");
192#else
193 OUString ustrValue = OUString::createFromAscii("$SYSUSERCONFIG");
194#endif
195 Bootstrap::expandMacros( ustrValue );
196
197#if defined(WNT) || defined(OS2)

--- 198 unchanged lines hidden ---