summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-13 11:06:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-13 11:06:02 +0100
commitde7922ad57a9283209ad9443f3f7f34730ce3f53 (patch)
tree0bb9f8e9a46d5160ad7f8d06515b1dec22d777ef /connectivity
parentReuse existing sal.osl log area (diff)
downloadcore-de7922ad57a9283209ad9443f3f7f34730ce3f53.tar.gz
core-de7922ad57a9283209ad9443f3f7f34730ce3f53.zip
-Werror,-Wunused-macros
Change-Id: Idc81dd30502a1968f2f65386575cac1e029f8c64
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/macab/MacabStatement.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx
index d35c1e37449b..40b0397d63b9 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;