summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-21 13:13:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-24 13:59:57 +0200
commitf2576647246245a1f7a7d55423c51f7976700cf8 (patch)
tree1451fc1e94ce8dd784cd77be5bb2f730a5749569 /dbaccess/source
parentRemoved dead code. (diff)
downloadcore-f2576647246245a1f7a7d55423c51f7976700cf8.tar.gz
core-f2576647246245a1f7a7d55423c51f7976700cf8.zip
Undo basis/brand split: Moved the rest of the WNT-only stuff.
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.cxx b/dbaccess/source/ui/dlg/odbcconfig.cxx
index c01f82b402af..5034909df868 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.cxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.cxx
@@ -356,7 +356,7 @@ bool OOdbcManagement::manageDataSources_async()
// this is done in an external process, due to #i78733#
// (and note this whole functionality is supported on Windows only, ATM)
- ::rtl::OUString sExecutableName( RTL_CONSTASCII_USTRINGPARAM( "$OOO_BASE_DIR/program/odbcconfig.exe" ) );
+ ::rtl::OUString sExecutableName( RTL_CONSTASCII_USTRINGPARAM( "$BRAND_BASE_DIR/program/odbcconfig.exe" ) );
::rtl::Bootstrap::expandMacros( sExecutableName ); //TODO: detect failure
oslProcess hProcessHandle(0);
oslProcessError eError = osl_executeProcess( sExecutableName.pData, NULL, 0, 0, NULL, NULL, NULL, 0, &hProcessHandle );