[Libreoffice-commits] core.git: connectivity/source

Jochen Nitschke j.nitschke+logerrit at ok.de
Wed Feb 1 12:04:17 UTC 2017


 connectivity/source/drivers/kab/KStatement.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 8bf9bb129086c9168a4d3d95c178bed1c16e465f
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Wed Feb 1 11:00:26 2017 +0100

    -Wunused-macros
    
    Change-Id: I2d3b6f22deee0f2b9ec39592b89e0e4742659593
    Reviewed-on: https://gerrit.libreoffice.org/33782
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/connectivity/source/drivers/kab/KStatement.cxx b/connectivity/source/drivers/kab/KStatement.cxx
index 83e0bf2..eb80ca6 100644
--- a/connectivity/source/drivers/kab/KStatement.cxx
+++ b/connectivity/source/drivers/kab/KStatement.cxx
@@ -32,12 +32,6 @@
 #include "sqlbison.hxx"
 
 
-#if OSL_DEBUG_LEVEL > 0
-# define OUtoCStr( x ) ( OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US).getStr())
-#else /* OSL_DEBUG_LEVEL */
-# define OUtoCStr( x ) ("dummy")
-#endif /* OSL_DEBUG_LEVEL */
-
 using namespace connectivity::kab;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;


More information about the Libreoffice-commits mailing list