summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-21 21:43:58 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-21 22:08:18 +0900
commit5f2ef2b270a70f3ad486012976e95d1192e04c2d (patch)
tree78f6007bbceb5e766fa3860e96e517f7433248b4 /connectivity/source/drivers/hsqldb
parent01dc468f3d153b218762be392990b888186c444e (diff)
removed unused #defines
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
Diffstat (limited to 'connectivity/source/drivers/hsqldb')
-rw-r--r--connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx
index e27ab3481e9e..320bca05e6eb 100644
--- a/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx
+++ b/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx
@@ -60,13 +60,6 @@ using namespace ::com::sun::star::io;
using namespace ::com::sun::star::lang;
using namespace ::connectivity::hsqldb;
-#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
-/*****************************************************************************/
-/* exception macros */
-
-#define ThrowException(env, type, msg) { \
- env->ThrowNew(env->FindClass(type), msg); }
-
// -----------------------------------------------------------------------------
/*
* Class: com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream