diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-31 01:55:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-31 01:56:28 +0900 |
commit | bb9f73045879293f5fcea1dd0e205efb84c07781 (patch) | |
tree | c17b31c5b58efc4923b953f494ad314043c8e897 /connectivity/source/drivers/mozab/MColumns.cxx | |
parent | 292466e0c2cdbde7547c968d1e1c480a7801836d (diff) |
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'connectivity/source/drivers/mozab/MColumns.cxx')
-rw-r--r-- | connectivity/source/drivers/mozab/MColumns.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/MColumns.cxx b/connectivity/source/drivers/mozab/MColumns.cxx index 79b6f8361e42..5f5dd357b9da 100644 --- a/connectivity/source/drivers/mozab/MColumns.cxx +++ b/connectivity/source/drivers/mozab/MColumns.cxx @@ -49,7 +49,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::container; using namespace ::com::sun::star::lang; -typedef connectivity::sdbcx::OCollection OCollection_TYPE; sdbcx::ObjectType OColumns::createObject(const ::rtl::OUString& _rName) { |