summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-11-06 15:08:35 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-06 15:10:22 +0200
commit3269c64d40acf3255a97969d1a41b0a4e1ca9f7b (patch)
tree85ea5185b9744bb04cbe9b7214a4c8947a2939ff /connectivity
parent91ad012061a47b6b9fc8836e72de30102940fa1d (diff)
Fix typo that breaks a debug build
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/adabas/BDriver.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/adabas/BDriver.cxx b/connectivity/source/drivers/adabas/BDriver.cxx
index 0513f2a4fb..53268cbfc7 100644
--- a/connectivity/source/drivers/adabas/BDriver.cxx
+++ b/connectivity/source/drivers/adabas/BDriver.cxx
@@ -1028,7 +1028,7 @@ int ODriver::X_PARAM(const ::rtl::OUString& _DBNAME,
oslProcess aApp;
#if OSL_DEBUG_LEVEL > 0
- oslProcesError eError =
+ oslProcessError eError =
#endif
osl_executeProcess(sCommandFile.pData, NULL, 0,
osl_Process_HIDDEN | osl_Process_WAIT,
@@ -1071,7 +1071,7 @@ void ODriver::PutParam(const ::rtl::OUString& sDBName,
#if OSL_DEBUG_LEVEL > 0
- oslProcesError eError =
+ oslProcessError eError =
#endif
osl_executeProcess(sCommand.pData, pArgs, nArgsCount,
OPROCESS_ADABAS,
@@ -1249,7 +1249,7 @@ void ODriver::XUTIL(const ::rtl::OUString& _rParam,
#if OSL_DEBUG_LEVEL > 0
- oslProcesError eError =
+ oslProcessError eError =
#endif
osl_executeProcess(sCommandFile.pData, NULL, 0,
osl_Process_HIDDEN | osl_Process_WAIT,
@@ -1311,7 +1311,7 @@ void ODriver::LoadBatch(const ::rtl::OUString& sDBName,
#if OSL_DEBUG_LEVEL > 0
- oslProcesError eError =
+ oslProcessError eError =
#endif
osl_executeProcess(sCommandFile.pData, NULL, 0,
osl_Process_HIDDEN | osl_Process_WAIT,