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

Stephan Bergmann sbergman at redhat.com
Tue Dec 13 10:06:46 UTC 2016


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

New commits:
commit de7922ad57a9283209ad9443f3f7f34730ce3f53
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 13 11:06:02 2016 +0100

    -Werror,-Wunused-macros
    
    Change-Id: Idc81dd30502a1968f2f65386575cac1e029f8c64

diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx
index d35c1e3..40b0397 100644
--- a/connectivity/source/drivers/macab/MacabStatement.cxx
+++ b/connectivity/source/drivers/macab/MacabStatement.cxx
@@ -32,12 +32,6 @@
 #include "resource/sharedresources.hxx"
 #include "resource/macab_res.hrc"
 
-#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::macab;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;


More information about the Libreoffice-commits mailing list