summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:55:37 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-31 01:56:28 +0900
commitbb9f73045879293f5fcea1dd0e205efb84c07781 (patch)
treec17b31c5b58efc4923b953f494ad314043c8e897 /dbaccess
parent292466e0c2cdbde7547c968d1e1c480a7801836d (diff)
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/table.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/table.cxx b/dbaccess/source/core/api/table.cxx
index 284efec407ea..eb93d266e3ec 100644
--- a/dbaccess/source/core/api/table.cxx
+++ b/dbaccess/source/core/api/table.cxx
@@ -69,8 +69,6 @@ using namespace ::osl;
using namespace ::comphelper;
using namespace ::cppu;
-typedef ::std::map <sal_Int32, OTableColumn*, std::less <sal_Int32> > OColMap;
-
//==========================================================================
//= ODBTable
//==========================================================================