[Libreoffice-commits] .: connectivity/source

Tor Lillqvist tml at kemper.freedesktop.org
Sat Nov 6 06:12:41 PDT 2010


 connectivity/source/drivers/adabas/BDriver.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3269c64d40acf3255a97969d1a41b0a4e1ca9f7b
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sat Nov 6 15:08:35 2010 +0200

    Fix typo that breaks a debug build

diff --git a/connectivity/source/drivers/adabas/BDriver.cxx b/connectivity/source/drivers/adabas/BDriver.cxx
index 0513f2a..53268cb 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,


More information about the Libreoffice-commits mailing list