diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-03 20:45:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-03 20:46:50 +0900 |
commit | 44e3dcf03b74111965584feb22e7baf97e26a7fa (patch) | |
tree | b76e65cabeb84b7eeab195c2c5c3a8a3b35942a6 /connectivity | |
parent | 09cd5c460704ddd99669a61ae335bfb2ce357140 (diff) |
removed unused defines
Change-Id: I95eb6a46e6d2a2763313e90e5b15582c83f66b81
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_xtables.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xtables.cxx b/connectivity/source/drivers/postgresql/pq_xtables.cxx index afc1477a8603..b7e20f785bf7 100644 --- a/connectivity/source/drivers/postgresql/pq_xtables.cxx +++ b/connectivity/source/drivers/postgresql/pq_xtables.cxx @@ -107,7 +107,6 @@ using com::sun::star::sdbcx::XViewsSupplier; namespace pq_sdbc_driver { -#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) Tables::Tables( const ::rtl::Reference< RefCountedMutex > & refMutex, const ::com::sun::star::uno::Reference< com::sun::star::sdbc::XConnection > & origin, |