diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-13 11:06:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-13 11:06:02 +0100 |
commit | de7922ad57a9283209ad9443f3f7f34730ce3f53 (patch) | |
tree | 0bb9f8e9a46d5160ad7f8d06515b1dec22d777ef /connectivity | |
parent | 58fc735175c37ac9a31578481b8173054fb49f63 (diff) |
-Werror,-Wunused-macros
Change-Id: Idc81dd30502a1968f2f65386575cac1e029f8c64
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/macab/MacabStatement.cxx | 6 |
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; |