summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xtable.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-04 23:25:40 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-04 23:26:57 +0900
commit54a908a003db858874d85ca528983882e85e5c2e (patch)
tree70ab2d33ee0073b5629e37ec068d4dfcc34eacaf /connectivity/source/drivers/postgresql/pq_xtable.cxx
parent47e0df5cebc05576e55210c5dd408a6f3eb91700 (diff)
nuke unused defines
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xtable.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xtable.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xtable.cxx b/connectivity/source/drivers/postgresql/pq_xtable.cxx
index 606299e4f33d..e0eb97b03b7a 100644
--- a/connectivity/source/drivers/postgresql/pq_xtable.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xtable.cxx
@@ -114,8 +114,6 @@ using com::sun::star::sdbc::SQLException;
namespace pq_sdbc_driver
{
-#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
-
Table::Table( const ::rtl::Reference< RefCountedMutex > & refMutex,
const Reference< com::sun::star::sdbc::XConnection > & connection,
ConnectionSettings *pSettings)