summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-02-01 11:00:26 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-02-01 12:03:36 +0000
commit8bf9bb129086c9168a4d3d95c178bed1c16e465f (patch)
tree62bf85be08a76f6d6f42ecc68c0e93e52722eba7 /connectivity
parent68c58b46918bb377a8d37a3cd1c9a9ba734390f1 (diff)
-Wunused-macros
Change-Id: I2d3b6f22deee0f2b9ec39592b89e0e4742659593 Reviewed-on: https://gerrit.libreoffice.org/33782 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/kab/KStatement.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/drivers/kab/KStatement.cxx b/connectivity/source/drivers/kab/KStatement.cxx
index 83e0bf26efee..eb80ca6590a7 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;